|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.rest.api.model.RestError
@ExperimentalApi public class RestError
Contains a standardised error payload for ServiceExceptions thrown by REST resources.
| Method Summary | |
|---|---|
ValidationResult |
getData()
The data returned here is a ValidationResult so that clients can process the i18n key and
arguments. |
java.lang.String |
getMessage()
|
int |
getStatusCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Nullable public ValidationResult getData()
ValidationResult so that clients can process the i18n key and
arguments.
public int getStatusCode()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||