|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RuleErrorCode>
microsoft.exchange.webservices.data.RuleErrorCode
public enum RuleErrorCode
Defines the error codes identifying why a rule failed validation.
Enum Constant Summary | |
---|---|
ADOperationFailure
Active Directory operation failed. |
|
ConnectedAccountNotFound
The e-mail account specified in the FromConnectedAccounts predicate was not found. |
|
CreateWithRuleId
The Rule object in a CreateInboxRuleOperation has an Id. |
|
DuplicatedOperationOnTheSameRule
There are multiple operations against the same rule. |
|
DuplicatedPriority
There already is a rule with the same priority. |
|
EmptyValueFound
The value is empty. |
|
FolderDoesNotExist
The folder does not exist in the user's mailbox. |
|
InvalidAddress
The e-mail address is invalid. |
|
InvalidDateRange
The date range is invalid. |
|
InvalidFolderId
The folder Id is invalid. |
|
InvalidSizeRange
The size range is invalid. |
|
InvalidValue
The value is invalid. |
|
MessageClassificationNotFound
The message classification was not found. |
|
MissingAction
No action was specified. |
|
MissingParameter
The required parameter is missing. |
|
MissingRangeValue
The range value is missing. |
|
NotSettable
The property cannot be modified. |
|
RecipientDoesNotExist
The recipient does not exist. |
|
RuleNotFound
The rule was not found. |
|
SizeLessThanZero
The size is less than zero. |
|
StringValueTooBig
The string value is too big. |
|
UnexpectedError
An unexpected error occured. |
|
UnsupportedAddress
The address is unsupported. |
|
UnsupportedRule
The rule is not supported. |
Method Summary | |
---|---|
static RuleErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RuleErrorCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RuleErrorCode ADOperationFailure
public static final RuleErrorCode ConnectedAccountNotFound
public static final RuleErrorCode CreateWithRuleId
public static final RuleErrorCode EmptyValueFound
public static final RuleErrorCode DuplicatedPriority
public static final RuleErrorCode DuplicatedOperationOnTheSameRule
public static final RuleErrorCode FolderDoesNotExist
public static final RuleErrorCode InvalidAddress
public static final RuleErrorCode InvalidDateRange
public static final RuleErrorCode InvalidFolderId
public static final RuleErrorCode InvalidSizeRange
public static final RuleErrorCode InvalidValue
public static final RuleErrorCode MessageClassificationNotFound
public static final RuleErrorCode MissingAction
public static final RuleErrorCode MissingParameter
public static final RuleErrorCode MissingRangeValue
public static final RuleErrorCode NotSettable
public static final RuleErrorCode RecipientDoesNotExist
public static final RuleErrorCode RuleNotFound
public static final RuleErrorCode SizeLessThanZero
public static final RuleErrorCode StringValueTooBig
public static final RuleErrorCode UnsupportedAddress
public static final RuleErrorCode UnexpectedError
public static final RuleErrorCode UnsupportedRule
Method Detail |
---|
public static RuleErrorCode[] values()
for (RuleErrorCode c : RuleErrorCode.values()) System.out.println(c);
public static RuleErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |