Enum ValidationErrorType
Enumeration of Validation errors.
Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
[Obsolete("Use ValidationAttributes or ObservableObject.OnValidate.")]
public enum ValidationErrorType
Fields
| Name | Description |
|---|---|
| Entity | An Entity-related ValidationError (e.g. mandatory fields not filled) |
| ESDataMissing | Indicates that ES data is missing. |
| ESDialogCancelled | Indicates that the user denied to provied the needed ES data. |
| ESInsufficientRights | Indicates that the user does not have the needed rights |
| ESUserAccessDenied | Indicates that the specified user has no access rights for ES. |
| UserAccessDenied | Indicates that the user access has been denied |