RuleErrorCode enum

Defines the error codes identifying why a rule failed validation.
Inheritance

Constructors

RuleErrorCode()
const

Values

ADOperationFailure → const RuleErrorCode
Active Directory operation failed.
ConnectedAccountNotFound → const RuleErrorCode
The e-mail account specified in the FromConnectedAccounts predicate was not found.
CreateWithRuleId → const RuleErrorCode
The Rule object in a CreateInboxRuleOperation has an Id. The Ids of new rules are generated server side and should not be provided by the client.
EmptyValueFound → const RuleErrorCode
The value is empty. An empty value is not allowed for the property.
DuplicatedPriority → const RuleErrorCode
There already is a rule with the same priority.
DuplicatedOperationOnTheSameRule → const RuleErrorCode
There are multiple operations against the same rule. Only one operation per rule is allowed.
FolderDoesNotExist → const RuleErrorCode
The folder does not exist in the user's mailbox.
InvalidAddress → const RuleErrorCode
The e-mail address is invalid.
InvalidDateRange → const RuleErrorCode
The date range is invalid.
InvalidFolderId → const RuleErrorCode
The folder Id is invalid.
InvalidSizeRange → const RuleErrorCode
The size range is invalid.
InvalidValue → const RuleErrorCode
The value is invalid.
MessageClassificationNotFound → const RuleErrorCode
The message classification was not found.
MissingAction → const RuleErrorCode
No action was specified. At least one action must be specified.
MissingParameter → const RuleErrorCode
The required parameter is missing.
MissingRangeValue → const RuleErrorCode
The range value is missing.
NotSettable → const RuleErrorCode
The property cannot be modified.
RecipientDoesNotExist → const RuleErrorCode
The recipient does not exist.
RuleNotFound → const RuleErrorCode
The rule was not found.
SizeLessThanZero → const RuleErrorCode
The size is less than zero.
StringValueTooBig → const RuleErrorCode
The String value is too big.
UnsupportedAddress → const RuleErrorCode
The address is unsupported.
UnexpectedError → const RuleErrorCode
An unexpected error occured.
UnsupportedRule → const RuleErrorCode
The rule is not supported.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RuleErrorCode>
A constant List of the values in this enum, in order of their declaration.