public enum ClientErrorV2026R0CodeField extends Enum<ClientErrorV2026R0CodeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientErrorV2026R0CodeField.ClientErrorV2026R0CodeFieldDeserializer |
static class |
ClientErrorV2026R0CodeField.ClientErrorV2026R0CodeFieldSerializer |
| Enum Constant and Description |
|---|
ACCEPTED |
BAD_REQUEST |
CONFLICT |
CREATED |
FORBIDDEN |
INSUFFICIENT_SCOPE |
INTERNAL_SERVER_ERROR |
ITEM_NAME_INVALID |
METHOD_NOT_ALLOWED |
NO_CONTENT |
NOT_FOUND |
NOT_MODIFIED |
PRECONDITION_FAILED |
REDIRECT |
TOO_MANY_REQUESTS |
UNAUTHORIZED |
UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ClientErrorV2026R0CodeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientErrorV2026R0CodeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientErrorV2026R0CodeField CREATED
public static final ClientErrorV2026R0CodeField ACCEPTED
public static final ClientErrorV2026R0CodeField NO_CONTENT
public static final ClientErrorV2026R0CodeField REDIRECT
public static final ClientErrorV2026R0CodeField NOT_MODIFIED
public static final ClientErrorV2026R0CodeField BAD_REQUEST
public static final ClientErrorV2026R0CodeField UNAUTHORIZED
public static final ClientErrorV2026R0CodeField FORBIDDEN
public static final ClientErrorV2026R0CodeField NOT_FOUND
public static final ClientErrorV2026R0CodeField METHOD_NOT_ALLOWED
public static final ClientErrorV2026R0CodeField CONFLICT
public static final ClientErrorV2026R0CodeField PRECONDITION_FAILED
public static final ClientErrorV2026R0CodeField TOO_MANY_REQUESTS
public static final ClientErrorV2026R0CodeField INTERNAL_SERVER_ERROR
public static final ClientErrorV2026R0CodeField UNAVAILABLE
public static final ClientErrorV2026R0CodeField ITEM_NAME_INVALID
public static final ClientErrorV2026R0CodeField INSUFFICIENT_SCOPE
public static ClientErrorV2026R0CodeField[] values()
for (ClientErrorV2026R0CodeField c : ClientErrorV2026R0CodeField.values()) System.out.println(c);
public static ClientErrorV2026R0CodeField 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 null