| Package | Description |
|---|---|
| net.anotheria.portalkit.adminapi.rest |
| Modifier and Type | Method and Description |
|---|---|
ErrorKey |
ReplyObject.getErrorKey() |
static ErrorKey |
ErrorKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorKey[] |
ErrorKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplyObject |
ReplyObject.error(ErrorKey errorKey) |
static ReplyObject |
ReplyObject.error(ErrorKey errorKey,
java.lang.String message) |
static ReplyObject |
ReplyObject.error(ErrorKey errorKey,
java.lang.String name,
java.lang.Object result) |
void |
ReplyObject.setErrorKey(ErrorKey errorKey) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.