public static enum UESSheetTemplateRTException.E10903 extends java.lang.Enum<UESSheetTemplateRTException.E10903> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Input parameter marUri must be set. 
 | 
M02
Invalid atribut sourceTemplateUri. 
 | 
M03
Cannot set the attribute {0}. 
 | 
M04
Invalid parameter name. 
 | 
M05
Invalid parameter code. 
 | 
M06
Invalid main entity. 
 | 
M07
Unable to export the sheet template content into an uarchive. 
 | 
M08
Unable to get the sheet template content. 
 | 
M09
Unable to modify sheet template properties. 
 | 
M10
Sheet template cannot be set as main and be hidden at the same time. 
 | 
M11
The last sheet template on the meta-artifact cannot be deleted. 
 | 
M12
Invalid parameter name. 
 | 
M13
Cannot delete the object. 
 | 
M14
Wrong mime type name, allowed ones are: UARCHIVE, UXML, BBCODE. 
 | 
M15
Wrong width type name, allowed ones are: DEFAULT, WIDTH_650PX, WIDTH_906PX, WIDTH_1226PX. 
 | 
M16
Unable to check in the sheet template. 
 | 
M17
Unable to check in the sheet template. 
 | 
M18
XML transformation of content failed. 
 | 
M19
Unable to check in the sheet template content. 
 | 
M20
Unable to get the component content as reading the content input stream failed. 
 | 
M21
Invalid attributes sourceTemplateUri. 
 | 
M22
Sheet template cannot have implicit creation set to false and be main at the same time. 
 | 
M23
Wrong version strategy type name, allowed ones are: DO_NOT_PUBLISH, CREATE_NEW_VERSION, OVERWRITE_VERSION. 
 | 
M24
User is not authorized to retrieve the list of sheet templates on meta-artifact {0}. 
 | 
M25
There should be at least one main sheet template with implicit creation on Meta Artifact. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
messsage  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESSheetTemplateRTException> | 
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 UESSheetTemplateRTException.E10903 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESSheetTemplateRTException.E10903[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESSheetTemplateRTException.E10903 c : UESSheetTemplateRTException.E10903.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 nullServiceErrorCodegetMessage in interface ServiceErrorCodegetExceptionClass in interface ErrorCode