RuleValidationErrorCodeType
extends Enumeration
in package
Represents a rule validation error code that describes what failed validation for each rule predicate or action.
Table of Contents
Constants
- AD_OPERATION_FAILURE = 'ADOperationFailure'
- Indicates an Active Directory operation failure.
- CONNECTED_ACCOUNT_NOT_FOUND = 'ConnectedAccountNotFound'
- Indicates a connected account could not be found.
- CREATE_WITH_RULE_ID = 'CreateWithRuleId'
- Indicates an error creating a rule with an id.
- DUPLICATED_OPERATION_ON_THE_SAME_RULE = 'DuplicatedOperationOnTheSameRule'
- Indicates an error duplicating an operation on the same rule.
- DUPLICATED_PRIORITY = 'DuplicatedPriority'
- Indicates an error with a duplicated priority.
- EMPTY_VALUE_FOUND = 'EmptyValueFound'
- Indicates an empty value.
- FOLDER_DOES_NOT_EXIST = 'FolderDoesNotExist'
- Indicates that a folder does not exist.
- INVALID_ADDRESS = 'InvalidAddress'
- Indicates an invalid address.
- INVALID_DATE_RANGE = 'InvalidDateRange'
- Indicates an invalid date range
- INVALID_FOLDER_ID = 'InvalidFolderId'
- Indicates an invalid folder id.
- INVALID_SIZE_RANGE = 'InvalidSizeRange'
- Indicates an invalid size range
- INVALID_VALUE = 'InvalidValue'
- Indicates an invalid value.
- MESSAGE_CLASSIFICATION_NOT_FOUND = 'MessageClassificationNotFound'
- Indicates that a message classification could not be found.
- MISSING_ACTION = 'MissingAction'
- Indicates an action is missing.
- MISSING_PARAMETER = 'MissingParameter'
- Indicates a missing parameter.
- MISSING_RANGE_VALUE = 'MissingRangeValue'
- Indicates an error MissingRangeValue.
- NOT_SETTABLE = 'NotSettable'
- Indicates a field is not settable.
- RECIPIENT_DOES_NOT_EXIST = 'RecipientDoesNotExist'
- Indicates that a recipient does not exist.
- RULE_NOT_FOUND = 'RuleNotFound'
- Indicates that a rule could not be found.
- SIZE_LESS_THAN_ZERO = 'SizeLessThanZero'
- Indicates that a size less than zero was specified.
- STRING_VALUE_TOO_BIG = 'StringValueTooBig'
- Indicates that a strings value is too large.
- UNEXPECTED_ERROR = 'UnexpectedError'
- Indicates an unknown error.
- UNSUPPORTED_ADDRESS = 'UnsupportedAddress'
- Indicates an unsupported address.
- UNSUPPORTED_RULE = 'UnsupportedRule'
- Indicates an unsupported rule.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
AD_OPERATION_FAILURE
Indicates an Active Directory operation failure.
public
string
AD_OPERATION_FAILURE
= 'ADOperationFailure'
Tags
CONNECTED_ACCOUNT_NOT_FOUND
Indicates a connected account could not be found.
public
string
CONNECTED_ACCOUNT_NOT_FOUND
= 'ConnectedAccountNotFound'
Tags
CREATE_WITH_RULE_ID
Indicates an error creating a rule with an id.
public
string
CREATE_WITH_RULE_ID
= 'CreateWithRuleId'
Tags
DUPLICATED_OPERATION_ON_THE_SAME_RULE
Indicates an error duplicating an operation on the same rule.
public
string
DUPLICATED_OPERATION_ON_THE_SAME_RULE
= 'DuplicatedOperationOnTheSameRule'
Tags
DUPLICATED_PRIORITY
Indicates an error with a duplicated priority.
public
string
DUPLICATED_PRIORITY
= 'DuplicatedPriority'
Tags
EMPTY_VALUE_FOUND
Indicates an empty value.
public
string
EMPTY_VALUE_FOUND
= 'EmptyValueFound'
Tags
FOLDER_DOES_NOT_EXIST
Indicates that a folder does not exist.
public
string
FOLDER_DOES_NOT_EXIST
= 'FolderDoesNotExist'
Tags
INVALID_ADDRESS
Indicates an invalid address.
public
string
INVALID_ADDRESS
= 'InvalidAddress'
Tags
INVALID_DATE_RANGE
Indicates an invalid date range
public
string
INVALID_DATE_RANGE
= 'InvalidDateRange'
Tags
INVALID_FOLDER_ID
Indicates an invalid folder id.
public
string
INVALID_FOLDER_ID
= 'InvalidFolderId'
Tags
INVALID_SIZE_RANGE
Indicates an invalid size range
public
string
INVALID_SIZE_RANGE
= 'InvalidSizeRange'
Tags
INVALID_VALUE
Indicates an invalid value.
public
string
INVALID_VALUE
= 'InvalidValue'
Tags
MESSAGE_CLASSIFICATION_NOT_FOUND
Indicates that a message classification could not be found.
public
string
MESSAGE_CLASSIFICATION_NOT_FOUND
= 'MessageClassificationNotFound'
Tags
MISSING_ACTION
Indicates an action is missing.
public
string
MISSING_ACTION
= 'MissingAction'
Tags
MISSING_PARAMETER
Indicates a missing parameter.
public
string
MISSING_PARAMETER
= 'MissingParameter'
Tags
MISSING_RANGE_VALUE
Indicates an error MissingRangeValue.
public
string
MISSING_RANGE_VALUE
= 'MissingRangeValue'
Tags
NOT_SETTABLE
Indicates a field is not settable.
public
string
NOT_SETTABLE
= 'NotSettable'
Tags
RECIPIENT_DOES_NOT_EXIST
Indicates that a recipient does not exist.
public
string
RECIPIENT_DOES_NOT_EXIST
= 'RecipientDoesNotExist'
Tags
RULE_NOT_FOUND
Indicates that a rule could not be found.
public
string
RULE_NOT_FOUND
= 'RuleNotFound'
Tags
SIZE_LESS_THAN_ZERO
Indicates that a size less than zero was specified.
public
string
SIZE_LESS_THAN_ZERO
= 'SizeLessThanZero'
Tags
STRING_VALUE_TOO_BIG
Indicates that a strings value is too large.
public
string
STRING_VALUE_TOO_BIG
= 'StringValueTooBig'
Tags
UNEXPECTED_ERROR
Indicates an unknown error.
public
string
UNEXPECTED_ERROR
= 'UnexpectedError'
Tags
UNSUPPORTED_ADDRESS
Indicates an unsupported address.
public
string
UNSUPPORTED_ADDRESS
= 'UnsupportedAddress'
Tags
UNSUPPORTED_RULE
Indicates an unsupported rule.
public
string
UNSUPPORTED_RULE
= 'UnsupportedRule'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.