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