Package com.tencentcloudapi.bm.v20180423
Enum BmErrorCode
- java.lang.Object
-
- java.lang.Enum<BmErrorCode>
-
- com.tencentcloudapi.bm.v20180423.BmErrorCode
-
- All Implemented Interfaces:
Serializable,Comparable<BmErrorCode>
public enum BmErrorCode extends Enum<BmErrorCode>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static BmErrorCodevalueOf(String name)Returns the enum constant of this type with the specified name.static BmErrorCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAILEDOPERATION
public static final BmErrorCode FAILEDOPERATION
-
FAILEDOPERATION_EXISTREPAIRTASK
public static final BmErrorCode FAILEDOPERATION_EXISTREPAIRTASK
-
FAILEDOPERATION_TSCAGENTOFFLINE
public static final BmErrorCode FAILEDOPERATION_TSCAGENTOFFLINE
-
INVALIDPARAMETER
public static final BmErrorCode INVALIDPARAMETER
-
INVALIDPARAMETERVALUE_INVALIDPARAMETER
public static final BmErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
-
LIMITEXCEEDED
public static final BmErrorCode LIMITEXCEEDED
-
LIMITEXCEEDED_USERCMDCOUNT
public static final BmErrorCode LIMITEXCEEDED_USERCMDCOUNT
-
RESOURCEINUSE_FLOWBUSY
public static final BmErrorCode RESOURCEINUSE_FLOWBUSY
-
RESOURCEINSUFFICIENT
public static final BmErrorCode RESOURCEINSUFFICIENT
-
RESOURCEINSUFFICIENT_DEVICEINSUFFICIENT
public static final BmErrorCode RESOURCEINSUFFICIENT_DEVICEINSUFFICIENT
-
RESOURCEUNAVAILABLE
public static final BmErrorCode RESOURCEUNAVAILABLE
-
UNAUTHORIZEDOPERATION
public static final BmErrorCode UNAUTHORIZEDOPERATION
-
UNSUPPORTEDOPERATION
public static final BmErrorCode UNSUPPORTEDOPERATION
-
UNSUPPORTEDOPERATION_FUNDINSUFFICIENT
public static final BmErrorCode UNSUPPORTEDOPERATION_FUNDINSUFFICIENT
-
UNSUPPORTEDOPERATION_INVALIDOPERATION
public static final BmErrorCode UNSUPPORTEDOPERATION_INVALIDOPERATION
-
-
Method Detail
-
values
public static BmErrorCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BmErrorCode c : BmErrorCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BmErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Returns:
- errorcode value
-
-