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