public class Error extends Object
All error responses, whether `4xx` or `5xx` will include one of these as the response body.
Constructor and Description |
---|
Error() |
Modifier and Type | Method and Description |
---|---|
Integer |
getErrorCode() |
String |
getMessage() |
void |
setErrorCode(Integer errorCode) |
void |
setMessage(String message) |
Copyright © 2019 Red Hat. All rights reserved.