public static enum UESPropertyRTException.E10P00 extends java.lang.Enum<UESPropertyRTException.E10P00> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message
|
M01
Invalid main entity.
|
M02
Invalid value type.
|
M03
Invalid input parameter
|
M04
Invalid input parameter artifactUri.
|
M05
Invalid property value.
|
M06
Invalid input parameter parentNodeUri.
|
M08
Invalid input parameter templateUri.
|
M09
Invalid input parameter templateUri.
|
M10
Invalid input parameter name.
|
M11
Invalid input parameter code.
|
M12
Invalid parameter parentNodeUri. parentNodeUri must be valid UES URI of existing artifact property collection or artifact.
|
M14
Operation {0} is not supported on this property type.
|
M15
"Invalid value.
|
M16
Failed to upload image.
|
M17
The image file is an unsupported image file type.
|
M18
Failed to upload image file.
|
M20
Invalid parameter collectionUri.
|
M21
Invalid parameter collectionUri.
|
M22
Nonempty property collection cannot be deleted.
|
M24
The main entity is base collection.
|
M25
Invalid input parameter collectionUri.
|
M26
Invalid input parameter parentNodeUri.
|
M27 |
M28 |
M29 |
M30 |
M31 |
M32 |
M33
Invalid property value.
|
M34
IO error while reading inputstream with value.
|
M35
Invalid property value.
|
M36
The value of property is not valid.
|
M37
Invalid parameter collectionTemplateUri.
|
M38
The value of INTERTERRITORIAL REFERENCE property is not valid.
|
M39 |
M40
Failed to obtain data from UDS using uri {0}.
|
M41
Failed to obtain data from UDS, there is no record for uri {0}.
|
M42
Failed to obtain data from UDS, there is no record for uri {0}.
|
M43
UDS upload is allowed only for the IMAGE type, which is the only type that has allowed upload of data bigger than 5MB.
|
M44
This property contains data bigger than what is allowed to download in a json response, use mimetype: application/octet-stream.
|
M45
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 UESPropertyRTException.E10P00 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESPropertyRTException.E10P00[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESPropertyRTException.E10P00 c : UESPropertyRTException.E10P00.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 nullErrorCode
getExceptionClass
in interface ErrorCode
ServiceErrorCode
getMessage
in interface ServiceErrorCode