public enum CfgErrorCode extends Enum<CfgErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CfgErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CfgErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfgErrorCode AUTHFAILURE
public static final CfgErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final CfgErrorCode DRYRUNOPERATION
public static final CfgErrorCode FAILEDOPERATION
public static final CfgErrorCode INTERNALERROR
public static final CfgErrorCode INVALIDPARAMETER
public static final CfgErrorCode INVALIDPARAMETERVALUE
public static final CfgErrorCode LIMITEXCEEDED
public static final CfgErrorCode MISSINGPARAMETER
public static final CfgErrorCode OPERATIONDENIED
public static final CfgErrorCode REQUESTLIMITEXCEEDED
public static final CfgErrorCode RESOURCEINUSE
public static final CfgErrorCode RESOURCEINSUFFICIENT
public static final CfgErrorCode RESOURCENOTFOUND
public static final CfgErrorCode RESOURCEUNAVAILABLE
public static final CfgErrorCode RESOURCESSOLDOUT
public static final CfgErrorCode UNAUTHORIZEDOPERATION
public static final CfgErrorCode UNKNOWNPARAMETER
public static final CfgErrorCode UNSUPPORTEDOPERATION
public static CfgErrorCode[] values()
for (CfgErrorCode c : CfgErrorCode.values()) System.out.println(c);
public static CfgErrorCode 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 © 2024. All rights reserved.