Enum BmErrorCode

    • 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 name
        NullPointerException - if the argument is null
      • getValue

        public String getValue()
        Returns:
        errorcode value