public static enum UESFolderRTException.E10210 extends java.lang.Enum<UESFolderRTException.E10210> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid input parameter locationUri. locationURI must be a valid UES URI of an existing folder.
|
M02
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact for creating folder.
|
M03
Cannot delete the folder.
|
M04
Cannot delete the folder.
|
M05
Cannot delete the folder.
|
M06
Cannot delete the folder.
|
M07
Cannot delete the folder.
|
M08
Cannot delete the folder.
|
M09
Cannot delete the folder.
|
M10
Cannot delete the object this way.
|
M11
Invalid input parameter locationUri. locationURI must be a valid UES URI of an existing folder.
|
M12
Invalid main entity.
|
M13
XML parsing error occurred during exporting the folder {0}.
|
M15
The main entity (folder) does not have the export data file as an attachment.
|
M16
The zip archive found in the attachment does not contain a single file packed in it.
|
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()
Gets a message related to the error code.
|
static UESFolderRTException.E10210 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESFolderRTException.E10210[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESFolderRTException.E10210 c : UESFolderRTException.E10210.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 nullServiceErrorCode
getMessage
in interface ServiceErrorCode
getExceptionClass
in interface ErrorCode