RuleValidationErrorCodeType
RuleValidationErrorCodeType enumeration
public enum RuleValidationErrorCodeType
Values
| Name |
Value |
Description |
| ADOperationFailure |
0 |
|
| ConnectedAccountNotFound |
1 |
|
| CreateWithRuleId |
2 |
|
| EmptyValueFound |
3 |
|
| DuplicatedPriority |
4 |
|
| DuplicatedOperationOnTheSameRule |
5 |
|
| FolderDoesNotExist |
6 |
|
| InvalidAddress |
7 |
|
| InvalidDateRange |
8 |
|
| InvalidFolderId |
9 |
|
| InvalidSizeRange |
10 |
|
| InvalidValue |
11 |
|
| MessageClassificationNotFound |
12 |
|
| MissingAction |
13 |
|
| MissingParameter |
14 |
|
| MissingRangeValue |
15 |
|
| NotSettable |
16 |
|
| RecipientDoesNotExist |
17 |
|
| RuleNotFound |
18 |
|
| SizeLessThanZero |
19 |
|
| StringValueTooBig |
20 |
|
| UnsupportedAddress |
21 |
|
| UnexpectedError |
22 |
|
| UnsupportedRule |
23 |
|
See Also