Interface IError
Defines an error.
Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
public interface IError
Properties
View SourceErrorText
The error text.
Declaration
string ErrorText { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
The unique identifier of the error.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
View SourceGetSourceId()
Gets a unique identifier of the error source as a hash code.
Declaration
int? GetSourceId()
Returns
Type | Description |
---|---|
System.Nullable<System.Int32> | The unique identifier as hash code. |