Enum TcaplusdbErrorCode

    • Enum Constant Detail

      • AUTHFAILURE_UNAUTHORIZEDOPERATION

        public static final TcaplusdbErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
      • FAILEDOPERATION_OLDPASSWORDHASEXPIRED

        public static final TcaplusdbErrorCode FAILEDOPERATION_OLDPASSWORDHASEXPIRED
      • FAILEDOPERATION_OLDPASSWORDINUSE

        public static final TcaplusdbErrorCode FAILEDOPERATION_OLDPASSWORDINUSE
      • FAILEDOPERATION_PASSWORDFAILURE

        public static final TcaplusdbErrorCode FAILEDOPERATION_PASSWORDFAILURE
      • FAILEDOPERATION_REGIONMISMATCH

        public static final TcaplusdbErrorCode FAILEDOPERATION_REGIONMISMATCH
      • INVALIDPARAMETERVALUE_INVALIDAPPNAME

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDAPPNAME
      • INVALIDPARAMETERVALUE_INVALIDCLUSTERNAME

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDCLUSTERNAME
      • INVALIDPARAMETERVALUE_INVALIDTABLEGROUPNAME

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDTABLEGROUPNAME
      • INVALIDPARAMETERVALUE_INVALIDTIMEVALUE

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDTIMEVALUE
      • INVALIDPARAMETERVALUE_INVALIDZONENAME

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_INVALIDZONENAME
      • INVALIDPARAMETERVALUE_UNSUPPORTIDLTYPE

        public static final TcaplusdbErrorCode INVALIDPARAMETERVALUE_UNSUPPORTIDLTYPE
      • RESOURCEINSUFFICIENT_BALANCEERROR

        public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_BALANCEERROR
      • RESOURCEINSUFFICIENT_NOAVAILABLEAPP

        public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOAVAILABLEAPP
      • RESOURCEINSUFFICIENT_NOAVAILABLECLUSTER

        public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOAVAILABLECLUSTER
      • RESOURCEINSUFFICIENT_NOENOUGHVIPINVPC

        public static final TcaplusdbErrorCode RESOURCEINSUFFICIENT_NOENOUGHVIPINVPC
      • RESOURCEUNAVAILABLE_DUPLICATECLUSTERNAME

        public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATECLUSTERNAME
      • RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPINFO

        public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPINFO
      • RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPNAME

        public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_DUPLICATETABLEGROUPNAME
      • RESOURCEUNAVAILABLE_NOAVAILABLETABLEGROUP

        public static final TcaplusdbErrorCode RESOURCEUNAVAILABLE_NOAVAILABLETABLEGROUP
    • Method Detail

      • values

        public static TcaplusdbErrorCode[] 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 (TcaplusdbErrorCode c : TcaplusdbErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TcaplusdbErrorCode 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