Enum Class AliCloudRocketMqErrorEnums
- 所有已实现的接口:
Serializable
,Comparable<AliCloudRocketMqErrorEnums>
,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明当前 CID 已经被其他用户占用商务_消费者_非在线业务字段检查无效商务_无消息商务_指定 ProducerId 已经被其他用户使用获取枚举值业务订阅已存在商务_无区域业务订阅已存在业务订阅不存在商务_主题已存在业务主题不存在获取枚举值获取枚举值ONS调用错误服务不支持系统错误 -
方法概要
修饰符和类型方法说明abstract String
getName()
获取枚举名称abstract String
getValue()
获取枚举值static AliCloudRocketMqErrorEnums
Returns the enum constant of this class with the specified name.static AliCloudRocketMqErrorEnums[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
ONS_SYSTEM_ERROR
系统错误 -
ONS_SERVICE_UNSUPPORTED
服务不支持 -
ONS_INVOKE_ERROR
ONS调用错误 -
BIZ_FIELD_CHECK_INVALID
业务字段检查无效 -
BIZ_TOPIC_NOT_FOUND
业务主题不存在 -
BIZ_SUBSCRIPTION_NOT_FOUND
业务订阅不存在 -
BIZ_PUBLISHER_EXISTED
业务订阅已存在 -
BIZ_SUBSCRIPTION_EXISTED
业务订阅已存在 -
BIZ_CONSUMER_NOT_ONLINE
商务_消费者_非在线 -
BIZ_NO_MESSAGE
商务_无消息 -
BIZ_REGION_NOT_FOUND
商务_无区域 -
BIZ_TOPIC_EXISTED
商务_主题已存在 -
BIZ_PRODUCER_ID_BELONG_TO_OTHER_USER
商务_指定 ProducerId 已经被其他用户使用 -
BIZ_CONSUMER_ID_BELONG_TO_OTHER_USER
当前 CID 已经被其他用户占用 -
BIZ_PUBLISH_INFO_NOT_FOUND
获取枚举值 -
EMPOWER_EXIST_ERROR
获取枚举值 -
EMPOWER_OWNER_CHECK_ERROR
获取枚举值
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-
getValue
获取枚举值- 返回:
- 返回结果
-
getName
获取枚举名称- 返回:
- 返回结果
-