public static enum Cryptolens.ActivateServerError extends java.lang.Enum<Cryptolens.ActivateServerError>
Enum Constant and Description |
---|
ACCESS_DENIED |
DEVICE_LIMIT_REACHED |
INCORRECT_INPUT_PARAMETER |
INVALID_ACCESS_TOKEN |
KEY_BLOCKED |
KEY_NOT_FOUND |
PRODUCT_NOT_FOUND |
UNKNOWN_SERVER_REPLY |
Modifier and Type | Method and Description |
---|---|
static Cryptolens.ActivateServerError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cryptolens.ActivateServerError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cryptolens.ActivateServerError INVALID_ACCESS_TOKEN
public static final Cryptolens.ActivateServerError ACCESS_DENIED
public static final Cryptolens.ActivateServerError INCORRECT_INPUT_PARAMETER
public static final Cryptolens.ActivateServerError PRODUCT_NOT_FOUND
public static final Cryptolens.ActivateServerError KEY_NOT_FOUND
public static final Cryptolens.ActivateServerError KEY_BLOCKED
public static final Cryptolens.ActivateServerError DEVICE_LIMIT_REACHED
public static final Cryptolens.ActivateServerError UNKNOWN_SERVER_REPLY
public static Cryptolens.ActivateServerError[] values()
for (Cryptolens.ActivateServerError c : Cryptolens.ActivateServerError.values()) System.out.println(c);
public static Cryptolens.ActivateServerError 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