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