public static enum AgentError.AgentErrorCode extends java.lang.Enum<AgentError.AgentErrorCode>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
static AgentError.AgentErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentError.AgentErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentError.AgentErrorCode INVALID_REPLICA_URL
public static final AgentError.AgentErrorCode TIMEOUT_WAITING_FOR_RESPONSE
public static final AgentError.AgentErrorCode URL_SYNTAX_ERROR
public static final AgentError.AgentErrorCode URL_PARSE_ERROR
public static final AgentError.AgentErrorCode PRINCIPAL_ERROR
public static final AgentError.AgentErrorCode REPLICA_ERROR
public static final AgentError.AgentErrorCode INVALID_CBOR_DATA
public static final AgentError.AgentErrorCode HTTP_ERROR
public static final AgentError.AgentErrorCode CANNOT_USE_AUTHENTICATION_ON_NONSECURE_URL
public static final AgentError.AgentErrorCode AUTHENTICATION_ERROR
public static final AgentError.AgentErrorCode INVALID_REPLICA_STATUS
public static final AgentError.AgentErrorCode REQUEST_STATUS_DONE_NO_REPLY
public static final AgentError.AgentErrorCode MESSAGE_ERROR
public static final AgentError.AgentErrorCode CUSTOM_ERROR
public static final AgentError.AgentErrorCode LEB128_READ_ERROR
public static final AgentError.AgentErrorCode UTF8_READ_ERROR
public static final AgentError.AgentErrorCode LOOKUP_PATH_ABSENT
public static final AgentError.AgentErrorCode LOOKUP_PATH_UNKNOWN
public static final AgentError.AgentErrorCode LOOKUP_PATH_ERROR
public static final AgentError.AgentErrorCode INVALID_REQUEST_STATUS
public static final AgentError.AgentErrorCode CERTIFICATE_VERIFICATION_FAILED
public static final AgentError.AgentErrorCode CERTIFICATE_NOT_AUTHORIZED
public static final AgentError.AgentErrorCode DER_KEY_LENGTH_MISMATCH
public static final AgentError.AgentErrorCode DER_PREFIX_MISMATCH
public static final AgentError.AgentErrorCode NO_ROOT_KEY_IN_STATUS
public static final AgentError.AgentErrorCode COULD_NOT_READ_ROOT_KEY
public static final AgentError.AgentErrorCode MISSING_REPLICA_TRANSPORT
public static final AgentError.AgentErrorCode TRANSPORT_ERROR
public static AgentError.AgentErrorCode[] values()
for (AgentError.AgentErrorCode c : AgentError.AgentErrorCode.values()) System.out.println(c);
public static AgentError.AgentErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null