public static enum UESSessionRTException.E10H50 extends java.lang.Enum<UESSessionRTException.E10H50> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved message code. 
 | 
M01
Nobody authenticated. 
 | 
M02
Resolving of person URI failed. 
 | 
M03
Failed to parse parameters from JSON value. 
 | 
M04
Failed to execute business logic because used authentication token is not supported. 
 | 
M05
Failed to execute business logic using the passed authentication token. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESSessionRTException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESSessionRTException.E10H50 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESSessionRTException.E10H50[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESSessionRTException.E10H50 c : UESSessionRTException.E10H50.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