public static enum UESAttachmentValidationRTException.E10401 extends java.lang.Enum<UESAttachmentValidationRTException.E10401> implements ErrorCode
Enum Constant and Description |
---|
M00
Provided attachment URI attribute must not be null.
|
M01
Provided attachment URI attribute does not have a valid URI syntax.
|
M02
Provided artifact URI attribute must not be null.
|
M03
Provided artifact URI attribute does not have a valid URI syntax.
|
M04
Not a valid name filter.
|
M05
Not a valid code filter.
|
M06
Attribute does not have a valid name format.
|
M07
Attribute does not have a valid code format.
|
M08
Attribute does not have a valid description/annotation format.
|
M09
Provided data or dataUri attributes must not be null.
|
M10
Attribute fileName in the 'Data' object of the 'attachment'
attribute must not be null.
|
M11
Attribute does not have a valid file name format.
|
M12
Provided
attachment attribute must not be
null. |
M13
Provided name attribute must not be empty.
|
M14
Provided code attribute must not be empty.
|
M15
Attribute fileName in the 'Data' object of the 'attachment'
attribute must not be empty.
|
M16
The stream contains no data.
|
M17
Attribute codeFilter {0} for listing attachment of artifact {1} is in
bad format.
|
M18
Attribute nameFilter {0} for listing attachment of artifact {1} is in
bad format.
|
M19
"It is not allowed to use attribute query together with any of attributes codeFilter, nameFilter."
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESAttachmentValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESAttachmentValidationRTException.E10401 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESAttachmentValidationRTException.E10401[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
attachment
attribute must not be
null.for (UESAttachmentValidationRTException.E10401 c : UESAttachmentValidationRTException.E10401.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