public enum UmpErrorCode extends Enum<UmpErrorCode>
Enum Constant and Description |
---|
AUTHFAILURE |
FAILEDOPERATION |
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
MISSINGPARAMETER |
OPERATIONDENIED |
REQUESTLIMITEXCEEDED |
RESOURCEINUSE |
RESOURCENOTFOUND |
RESOURCEUNAVAILABLE |
UNAUTHORIZEDOPERATION |
UNKNOWNPARAMETER |
UNSUPPORTEDOPERATION |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static UmpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UmpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmpErrorCode AUTHFAILURE
public static final UmpErrorCode FAILEDOPERATION
public static final UmpErrorCode INTERNALERROR
public static final UmpErrorCode INVALIDPARAMETER
public static final UmpErrorCode INVALIDPARAMETERVALUE
public static final UmpErrorCode MISSINGPARAMETER
public static final UmpErrorCode OPERATIONDENIED
public static final UmpErrorCode REQUESTLIMITEXCEEDED
public static final UmpErrorCode RESOURCEINUSE
public static final UmpErrorCode RESOURCENOTFOUND
public static final UmpErrorCode RESOURCEUNAVAILABLE
public static final UmpErrorCode UNAUTHORIZEDOPERATION
public static final UmpErrorCode UNKNOWNPARAMETER
public static final UmpErrorCode UNSUPPORTEDOPERATION
public static UmpErrorCode[] values()
for (UmpErrorCode c : UmpErrorCode.values()) System.out.println(c);
public static UmpErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2022. All rights reserved.