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