public static enum UESMailRTException.E1D000 extends java.lang.Enum<UESMailRTException.E1D000> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved. 
 | 
M01
Invalid input parameter personalRoleUri. personalRoleUri must be a valid UES URI of an existing role. 
 | 
M02
Invalid input parameter personalRoleUri. personalRoleUri must be role of current user. 
 | 
M03
Territory of competent role (parameter competentRoleUri) is unavailable. 
 | 
M04
Postman is unavailable in territory of competent role. 
 | 
M05
Invalid input parameter competentRoleUri. competentRoleUri must be a valid UES URI of an existing role. 
 | 
M06
Invalid input parameter competentRoleUri. 
 | 
M07
Invalid input parameter taskRolesUris. 
 | 
M08
Invalid parameter taskRolesUris. 
 | 
M09
Invalid input parameter messageRolesUris. 
 | 
M10
Invalid parameter messageRolesUris. 
 | 
M11
Invalid property {0} on artifact. {0} must be a reference to meta artifact of emails forlder. 
 | 
M12
No email was found. 
 | 
M13
Too many emails were found. 
 | 
M14
Meta artifact of email artifact has not set name for a new artifact. 
 | 
M15
Meta artifact of email artifact must be valid reference. 
 | 
M16
Template ({0}) for task activity was not found. 
 | 
M17
Template ({0}) for message activity was not found. 
 | 
M18
Template ({0}) for error activity was not found. 
 | 
M19
Invalid property {0} on personal role. {0} must be reference to my portal. 
 | 
M20
Meta artifact for email artifact is not defined. 
 | 
M21
Email account was not found for input parameter mailAccountUri {0}. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
java.lang.String | 
getMessage()  | 
static UESMailRTException.E1D000 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESMailRTException.E1D000[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESMailRTException.E1D000 c : UESMailRTException.E1D000.values()) System.out.println(c);
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullgetExceptionClass in interface ErrorCode