| Enum Constant and Description |
|---|
ACCOUNT_ID_IS_EMPTY |
EMAIL_ALREADY_EXISTS |
INVALID_TOKEN |
NAME_OR_PASSWORD_MISMATCH |
| Modifier and Type | Method and Description |
|---|---|
static ErrorKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorKey ACCOUNT_ID_IS_EMPTY
public static final ErrorKey EMAIL_ALREADY_EXISTS
public static final ErrorKey NAME_OR_PASSWORD_MISMATCH
public static final ErrorKey INVALID_TOKEN
public static ErrorKey[] values()
for (ErrorKey c : ErrorKey.values()) System.out.println(c);
public static ErrorKey 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 nullCopyright © 2012-2023 anotheria.net. All Rights Reserved.