public static enum UESMetaPermissionRTException.E05431 extends java.lang.Enum<UESMetaPermissionRTException.E05431> implements ServiceErrorCode
| Enum Constant and Description | 
|---|
| M00Default message. | 
| M01Invalid input parameter templateUri. templateUri must be a valid UES URI of an existing template. | 
| M02Invalid input parameter authorityUri. authorityUri must be a valid UES URI of an existing role, group or implicit group. | 
| M03Invalid input parameter code. | 
| M04Invalid input parameter data. | 
| M05Invalid format permissions. | 
| M06Invalid usecase {0}. | 
| M07Invalid cast level {1} for use case {0}. | 
| M09Invalid parameter all or data. | 
| M10Unable to remove all parameters. | 
| M11Unable to load data. | 
| M12Invalid input parameter requestedMimeType. | 
| M16Invalid input parameter JSON data. | 
| M17Invalid input parameter CSV data. | 
| M18Attribute  authorityUrimust not be null. | 
| M19Attribute  metaPermissionmust not be null. | 
| M20Attribute  optionsmust not be null. | 
| M21Invalid input parameter maskUri. | 
| M22Invalid input parameter metaArtifactUri. | 
| M23Invalid input parameter entityUri. | 
| M24Invalid input parameter data. | 
| M26Unable to delete default mask. | 
| M27Unable to unset default mask. | 
| M28Invalid input parameter systemGroupUri. | 
| M29Invalid name of permissions mask. | 
| M30Failed to convert string value to instance of type UESMetaPermissionMimeType. | 
| M31Invalid input parameter name. | 
| M32Invalid input parameter name. | 
| M33Invalid input parameter JSON data. | 
| M34Invalid input parameter JSON data. | 
| M35Invalid input parameter JSON labels. | 
| M36Invalid input parameter labels. | 
| 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 UESMetaPermissionRTException.E05431 | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static UESMetaPermissionRTException.E05431[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
authorityUri must not be null.metaPermission must not be null.options must not be null.for (UESMetaPermissionRTException.E05431 c : UESMetaPermissionRTException.E05431.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