public static enum UESMetaArtifactRTException.E10106 extends java.lang.Enum<UESMetaArtifactRTException.E10106> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Invalid main entity. 
 | 
M02
Invalid parameter code ({0}). 
 | 
M03
Invalid input parameter iconUri ({0}). iconUri must be a valid UES URI of an existing icon. 
 | 
M04
Invalid input parameter securityLevel. 
 | 
M05
Invalid input parameter defaultIconUri ({0}). defaultIconUri must be a valid UES URI of an existing icon. 
 | 
M06
Invalid input parameter locationUri. locationUri must be a valid UES URI of an existing meta model dictionary. 
 | 
M07
Invalid input parameter competentRoleUri. competentRoleUri ({0}) must be from the same territory as main entity. 
 | 
M08
Invalid input parameter competentRoleUri. competentRoleUri ({0}) must be a valid UES URI of an existing role. 
 | 
M09
Invalid main entity. 
 | 
M10
Invalid main entity. 
 | 
M11
A database inconsistency concerning ActivityTemplates: A compound condition should never contain another compound condition. 
 | 
M12
The main entity (meta artifact) does not have the export data file as an attachment. 
 | 
M13
The zip archive found in the attachment does not contain a single file packed in it. 
 | 
M14
Invalid meta artifact. 
 | 
M15
A duration value of a Meta Artifact attribute could not be transferred into a Duration object. 
 | 
M16
XML parsing error occurred during creating the meta artifact. 
 | 
M17
XML parsing error occurred during exporting the meta artifact {0}. 
 | 
M18
XML parsing error occurred during creating the meta artifact {0}. 
 | 
M19
Conversion from an attribute of Duration type to milliseconds has failed. 
 | 
M20
Invalid JSON format. 
 | 
M21
Invalid JSON input. 
 | 
M22
Problem with creating or configuring components which are used for creation of a meta artifact. 
 | 
M23
The given source meta artifact does not exist in the territory given by the new location uri. 
 | 
M24
It is possible to export only meta artifacts for the artifact class. 
 | 
M25
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact. 
 | 
M26
Invalid input parameter referenceMap. referenceMap must be composed of a valid UES URI. 
 | 
M27
Failed to load permission mask. 
 | 
M28
Mask revision number is out of range. 
 | 
M29
Meta create meta artifact failed. 
 | 
M30
Invalid JSON input. 
 | 
M31
Invalid JSON input. 
 | 
M32
Invalid JSON input. 
 | 
M33
XML read error when importing meta artifact {0}. 
 | 
M34
Invalid source meta artifact. 
 | 
M35
Default presentation setting of Navigation Area cannot be set to DEFAULT. 
 | 
M36
Error during parsing enum UESArtifactNavigationAreaDisplayModeAdapter. 
 | 
M37
Invalid defaultSubactivityTemplateUri ({0}) in an activity template ({1}). 
 | 
M38
Invalid sourceTemplateUri of artifact state templates. 
 | 
M39
Deprecated. 
 
This error code is not thrown anymore because sourceTemplateUri from a different artifact is allowed. 
 | 
M40
Failed to process the command. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
msg  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<UESMetaArtifactRTException> | 
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 UESMetaArtifactRTException.E10106 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESMetaArtifactRTException.E10106[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
UESArtifactNavigationAreaDisplayMode
 .for (UESMetaArtifactRTException.E10106 c : UESMetaArtifactRTException.E10106.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