public class ErrorResponse extends Response
extendedInformation| Constructor and Description |
|---|
ErrorResponse(String code,
String message)
constructor for
ErrorResponse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
ErrorResponse, compare contents for equality |
String |
getCode()
get the error code
|
String |
getMessage()
get the error message
|
int |
hashCode() |
void |
setCode(String code) |
void |
setMessage(String message) |
getExtendedInformationCopyright © 2014–2016 Basis Technology Corp.. All rights reserved.