public enum BmErrorCode extends Enum<BmErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static BmErrorCode | valueOf(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. | 
public static final BmErrorCode FAILEDOPERATION
public static final BmErrorCode FAILEDOPERATION_EXISTREPAIRTASK
public static final BmErrorCode FAILEDOPERATION_TSCAGENTOFFLINE
public static final BmErrorCode INVALIDPARAMETER
public static final BmErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
public static final BmErrorCode LIMITEXCEEDED
public static final BmErrorCode LIMITEXCEEDED_USERCMDCOUNT
public static final BmErrorCode RESOURCEINUSE_FLOWBUSY
public static final BmErrorCode RESOURCEINSUFFICIENT
public static final BmErrorCode RESOURCEINSUFFICIENT_DEVICEINSUFFICIENT
public static final BmErrorCode RESOURCEUNAVAILABLE
public static final BmErrorCode UNAUTHORIZEDOPERATION
public static final BmErrorCode UNSUPPORTEDOPERATION
public static final BmErrorCode UNSUPPORTEDOPERATION_FUNDINSUFFICIENT
public static final BmErrorCode UNSUPPORTEDOPERATION_INVALIDOPERATION
public static BmErrorCode[] values()
for (BmErrorCode c : BmErrorCode.values()) System.out.println(c);
public static BmErrorCode 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.