public static enum UESPropertyTemplateRTException.E10P03 extends java.lang.Enum<UESPropertyTemplateRTException.E10P03> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid value type. 
 | 
M03
Operation {0} is not supported on this property template type. 
 | 
M04
Invalid value. 
 | 
M05
Mutually exclusive restrictions found on property template dto. 
 | 
M06
Failed to upload image file. 
 | 
M07
Invalid input parameter code. 
 | 
M08
Failed to set property template value. 
 | 
M09
Invalid property template value. 
 | 
M10
Invalid property template value. 
 | 
M11
Invalid input parameter parentNodeUri. 
 | 
M14
Invalid input parameter name. 
 | 
M15
Failed to find template by property type. 
 | 
M16
Invalid input parameter artifactUri. 
 | 
M17
No or more than one source group found. 
 | 
M18
Deprecated. 
 
due changes in authentification. 
 | 
M19
Invalid parameter collectionTemplateUri. 
 | 
M20
The main entity is base property collection template. 
 | 
M21
Nonempty property collection template can be deleted only when it is explicitly allowed by the recursive attribute of DTO. 
 | 
M22
Restriction of type {0} is not supported for the property template of type {1} 
 | 
M23
The image file is an unsupported image file type. 
 | 
M24
IO error while reading input stream from value. 
 | 
M25
Invalid property value. 
 | 
M26
Invalid format of query {0}, parsing failed. 
 | 
M27
Invalid query restriction. 
 | 
M28
Invalid query restriction. 
 | 
M29
Invalid query restriction. 
 | 
M30
When ${this-ou} restriction is set, the value of created property template should be null. 
 | 
M31
The value {0} of attribute valueRestriction is not valid. 
 | 
M32
User is not authorized to retrieve property templates and property template collection from template collection {0}. 
 | 
M33
Invalid input parameter parentNodeUri. 
 | 
M34
Invalid parameter parentNodeUri. 
 | 
M35
Invalid input parameter collectionUri. 
 | 
M36
Server error. 
 | 
| 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 UESPropertyTemplateRTException.E10P03 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESPropertyTemplateRTException.E10P03[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESPropertyTemplateRTException.E10P03 c : UESPropertyTemplateRTException.E10P03.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 nullErrorCodegetExceptionClass in interface ErrorCodeServiceErrorCodegetMessage in interface ServiceErrorCode