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