Package | Description |
---|---|
com.scvngr.levelup.core.net | |
com.scvngr.levelup.core.net.error |
Modifier and Type | Method and Description |
---|---|
Error |
LevelUpResponse.getServerError(ErrorObject object,
ErrorCode code)
Get a specific
Error from the LevelUpResponse which contains specific values
for Error.getObject() and Error.getCode() . |
Modifier and Type | Method and Description |
---|---|
static ErrorObject |
ErrorObject.fromString(String text)
Finds the enumeration matching the input text.
|
static ErrorObject |
ErrorObject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorObject[] |
ErrorObject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|