public class RestError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestError.Builder |
Constructor and Description |
---|
RestError(String status,
int code,
String message,
String developerMessage,
String moreInfoUrl,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCode() |
String |
getDeveloperMessage() |
String |
getMessage() |
String |
getMoreInfoUrl() |
String |
getStatus() |
Throwable |
getThrowable() |
int |
hashCode() |
String |
toString() |
Copyright © 2009–2014. All rights reserved.