public static enum ErrorHelper.ErrorCode extends java.lang.Enum<ErrorHelper.ErrorCode>
Modifier and Type | Method and Description |
---|---|
static ErrorHelper.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorHelper.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorHelper.ErrorCode PAZPAR2_404
public static final ErrorHelper.ErrorCode PAZPAR2_UNEXPECTED_RESPONSE
public static final ErrorHelper.ErrorCode PAZPAR2_ERRORS
public static final ErrorHelper.ErrorCode LOCAL_SERVICE_DEF_FILE_NOT_FOUND
public static final ErrorHelper.ErrorCode REMOTE_SERVICE_DEF_NOT_FOUND
public static final ErrorHelper.ErrorCode LOCAL_SETTINGS_FILE_NOT_FOUND
public static final ErrorHelper.ErrorCode MASTERKEY_CONFIG_FILE_NOT_FOUND
public static final ErrorHelper.ErrorCode MISSING_MANDATORY_PROPERTY
public static final ErrorHelper.ErrorCode MISSING_MK2_CONFIG_INIT_PARAMETER
public static final ErrorHelper.ErrorCode MISSING_CONTEXT_PARAMETER
public static final ErrorHelper.ErrorCode NOT_RESOLVED
public static final ErrorHelper.ErrorCode SKIP_SUGGESTIONS
public static ErrorHelper.ErrorCode[] values()
for (ErrorHelper.ErrorCode c : ErrorHelper.ErrorCode.values()) System.out.println(c);
public static ErrorHelper.ErrorCode valueOf(java.lang.String name)
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 null