public class ErrorResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
_id |
protected java.lang.String |
_message |
| Constructor and Description |
|---|
ErrorResponse()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Return the error identifier
|
java.lang.String |
getMessage()
Return the error message
|