public class ErrorResponse
extends java.lang.Object
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
ErrorData |
getData()
This method contains the data contained within the error response.
|
java.lang.String |
getMessage()
This method returns the method contained within the error response.
|
java.lang.Integer |
getStatusCode()
This method returns the HTTP status code of the error response.
|
public java.lang.Integer getStatusCode()
public java.lang.String getMessage()
public ErrorData getData()