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