IModelObjectpublic class Error extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Error.Builder |
Builder class for building
Error instances. |
static class |
Error.JsonUtil |
JsonUtil class for building
Error instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Error.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getMessage() |
Get the error message (description of the cause) of the
Error object. |
Integer |
getStatus() |
Get the HTTP status code
of the
Error object. |
public Integer getStatus()
Error object.public String getMessage()
Error object.public Error.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.