public static enum WidgetRTException.E10200 extends java.lang.Enum<WidgetRTException.E10200> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Invalid input parameter metaArtifactUri. metaArtifactUri must be a valid UES URI of an existing meta artifact for creating widget.
|
M02
Cannot create the widget.
|
M03
Invalid main entity.
|
M04
Cannot delete the widget.
|
M05
Cannot delete the widget.
|
M06
Cannot delete the widget.
|
M07
Cannot delete the widget.
|
M08
Invalid main entity.
|
M09
The main entity (widget) does not have the export data file as an attachment.
|
M10
The zip archive found in the attachment does not contain a single file packed in it.
|
M11
Invalid main entity.
|
M12
Invalid input parameter placeholder_mage.
|
M13
Cannot set the widget's width and height.
|
M14
Cannot set the widget's width and height.
|
M15
Invalid main entity.
|
M16
Invalid input parameter controller_url_path.
|
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 WidgetRTException.E10200 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WidgetRTException.E10200[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (WidgetRTException.E10200 c : WidgetRTException.E10200.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