public static enum UESAttachmentRTException.E10400 extends java.lang.Enum<UESAttachmentRTException.E10400> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Failed to check in attachment. 
 | 
M01
Invalid input parameter attachmentUri. 
 | 
M02
Invalid input parameter artifactURI. 
 | 
M03
Failed to check in attachment. 
 | 
M04
Failed to check out attachment. 
 | 
M05
Invalid input parameter code. 
 | 
M06
Invalid input parameter name. 
 | 
M07
"Wrong version strategy type name, allowed ones are: DO_NOT_PUBLISH, CREATE_NEW_VERSION, OVERWRITE_VERSION" 
 | 
M08
Failed to obtain data from UDS using uri {0}. 
 | 
M09
Failed to obtain data from UDS, there is no record for uri {0}. 
 | 
M10
"Invalid input parameter versionId. 
 | 
M11
"Failed to delete the last attachment version from history." 
 | 
M13
Default message. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESAttachmentRTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
java.lang.String | 
getMessage()  | 
static UESAttachmentRTException.E10400 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESAttachmentRTException.E10400[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESAttachmentRTException.E10400 c : UESAttachmentRTException.E10400.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