Enum CkafkaErrorCode

    • Enum Constant Detail

      • INVALIDPARAMETER_TOPICEXIST

        public static final CkafkaErrorCode INVALIDPARAMETER_TOPICEXIST
      • INVALIDPARAMETERVALUE

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE
      • INVALIDPARAMETERVALUE_INSTANCENOTEXIST

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_INSTANCENOTEXIST
      • INVALIDPARAMETERVALUE_NOTALLOWEDEMPTY

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_NOTALLOWEDEMPTY
      • INVALIDPARAMETERVALUE_REPETITIONVALUE

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_REPETITIONVALUE
      • INVALIDPARAMETERVALUE_SUBNETIDINVALID

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_SUBNETIDINVALID
      • INVALIDPARAMETERVALUE_SUBNETNOTBELONGTOZONE

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_SUBNETNOTBELONGTOZONE
      • INVALIDPARAMETERVALUE_VPCIDINVALID

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_VPCIDINVALID
      • INVALIDPARAMETERVALUE_WRONGACTION

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_WRONGACTION
      • INVALIDPARAMETERVALUE_ZONENOTSUPPORT

        public static final CkafkaErrorCode INVALIDPARAMETERVALUE_ZONENOTSUPPORT
      • LIMITEXCEEDED_ROUTEOVERLIMIT

        public static final CkafkaErrorCode LIMITEXCEEDED_ROUTEOVERLIMIT
      • LIMITEXCEEDED_ROUTESASLOVERLIMIT

        public static final CkafkaErrorCode LIMITEXCEEDED_ROUTESASLOVERLIMIT
      • OPERATIONDENIED_RESOURCETASKPAUSED

        public static final CkafkaErrorCode OPERATIONDENIED_RESOURCETASKPAUSED
      • REQUESTLIMITEXCEEDED

        public static final CkafkaErrorCode REQUESTLIMITEXCEEDED
      • RESOURCEINSUFFICIENT

        public static final CkafkaErrorCode RESOURCEINSUFFICIENT
      • RESOURCEUNAVAILABLE

        public static final CkafkaErrorCode RESOURCEUNAVAILABLE
      • RESOURCEUNAVAILABLE_KAFKASTORAGEERROR

        public static final CkafkaErrorCode RESOURCEUNAVAILABLE_KAFKASTORAGEERROR
      • UNAUTHORIZEDOPERATION

        public static final CkafkaErrorCode UNAUTHORIZEDOPERATION
      • UNSUPPORTEDOPERATION

        public static final CkafkaErrorCode UNSUPPORTEDOPERATION
      • UNSUPPORTEDOPERATION_BATCHDELINSTANCELIMIT

        public static final CkafkaErrorCode UNSUPPORTEDOPERATION_BATCHDELINSTANCELIMIT
      • UNSUPPORTEDOPERATION_OSSREJECT

        public static final CkafkaErrorCode UNSUPPORTEDOPERATION_OSSREJECT
    • Method Detail

      • values

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

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