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