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