public static enum ClusterLinkTaskError.ClusterLinkTaskErrorCode extends Enum<ClusterLinkTaskError.ClusterLinkTaskErrorCode>
| Modifier and Type | Method and Description |
|---|---|
static ClusterLinkTaskError.ClusterLinkTaskErrorCode | fromShort(short x) |
short | getValue() |
static ClusterLinkTaskError.ClusterLinkTaskErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. |
static ClusterLinkTaskError.ClusterLinkTaskErrorCode[] | values()Returns an array containing the constants of this enum type, in the order they are declared. |
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode UNKNOWN
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode NO_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode INTERNAL_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode AUTHENTICATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode BROKER_AUTHENTICATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode MISCONFIGURATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode REMOTE_LINK_NOT_FOUND_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode LINK_NOT_FOUND_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode CONSUMER_GROUP_IN_USE_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode AUTHORIZATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode BROKER_AUTHORIZATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode SECURITY_DISABLED_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode TOPIC_EXISTS_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode POLICY_VIOLATION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode LINK_COORDINATOR_NOT_ENABLED_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode ACL_LIMIT_EXCEEDED
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode REMOTE_MIRROR_NOT_FOUND_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode UNKNOWN_TOPIC_OR_PARTITION_ERROR
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode INVALID_TOPIC
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode SUPPRESSED_ERRORS
public static final ClusterLinkTaskError.ClusterLinkTaskErrorCode INVALID_REQUEST_ERROR
public static ClusterLinkTaskError.ClusterLinkTaskErrorCode[] values()
for (ClusterLinkTaskError.ClusterLinkTaskErrorCode c : ClusterLinkTaskError.ClusterLinkTaskErrorCode.values()) System.out.println(c);
public static ClusterLinkTaskError.ClusterLinkTaskErrorCode 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 short getValue()
public static ClusterLinkTaskError.ClusterLinkTaskErrorCode fromShort(short x)