public static enum UESMetaAccessRoleRTException.E10B35 extends java.lang.Enum<UESMetaAccessRoleRTException.E10B35> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid input parameter metaAccessRoleUri. 
 | 
M02
Invalid parameter code. 
 | 
M03
Invalid input parameter securityLevel. 
 | 
M04
Invalid input parameter securityLevel. 
 | 
M05
Invalid input parameter iconUri. iconUri must be a valid UES URI of an existing icon. 
 | 
M06
Invalid input parameter defaultSecurityLevel. 
 | 
M07
Invalid input parameter defaultSecurityLevel. 
 | 
M08
Invalid input parameter defaultIconUri. defaultIconUri must be a valid UES URI of an existing icon. 
 | 
M09
Invalid input parameter sourceMetaArtifactUri. sourceMetaArtifactUri must be a valid UES URI of an existing meta access role. 
 | 
M10
Invalid main entity. 
 | 
M11
Invalid input parameter competentRoleUri. competentRoleUri must be from the same territory as main entity. 
 | 
M12
Invalid input parameter competentRoleUri. competentRoleUri must be a valid UES URI of an existing role. 
 | 
M13
Cannot connect meta access role to the role interface. 
 | 
M14
Invalid parameter roleInterfaceUri. roleInterfaceUri and metaAccessRoleUri must be in the same territory. 
 | 
M15
Cannot connect meta access role to the role interface. 
 | 
M16
Invalid input parameter roleInterfaceUri. roleInterfaceUri must be a valid UES URI of an existing role interface. 
 | 
M17
Cannot disconnect role interface which is not connected. 
 | 
M18
Invalid input parameter metaAccessRole. metaAccessRoleUri must be a valid UES URI of an existing meta access role. 
 | 
M19
Invalid main entity. 
 | 
M20
Unsupported meta access role for export. 
 | 
M21
XML parsing error occurred during exporting the meta access role {0}. 
 | 
M22
The main entity (meta access role) does not have the export data file as an attachment. 
 | 
M23
The zip archive found in the attachment does not contain a single file packed in it. 
 | 
M24
Invalid input parameter locationUri. locationUri must be a valid UES URI of an existing meta model dictionary. 
 | 
M25
XML parsing error occurred during creating the meta access role {0}. 
 | 
M26
XML read error when importing meta access role {0}. 
 | 
M27
Invalid main entity. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
message  | 
| 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 UESMetaAccessRoleRTException.E10B35 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESMetaAccessRoleRTException.E10B35[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESMetaAccessRoleRTException.E10B35 c : UESMetaAccessRoleRTException.E10B35.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