| 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 ErrorCode |
ErrorCode.fromString(String text)
Finds the enumeration matching the input text.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|