RestServiceError |
RestServiceError.addInvalidFieldsItem(InvalidField invalidFieldsItem) |
|
RestServiceError |
RestServiceError.detail(String detail) |
A human-readable explanation specific to this occurrence of the problem.
|
RestServiceError |
RestServiceError.errorCode(String errorCode) |
A code that identifies the problem type.
|
static RestServiceError |
RestServiceError.fromJson(String jsonString) |
Create an instance of RestServiceError given an JSON string
|
RestServiceError |
RestServiceError.instance(String instance) |
A unique URI that identifies the specific occurrence of the problem.
|
RestServiceError |
RestServiceError.invalidFields(List<InvalidField> invalidFields) |
Detailed explanation of each validation error, when applicable.
|
RestServiceError |
RestServiceError.requestId(String requestId) |
A unique reference for the request, essentially the same as `pspReference`.
|
RestServiceError |
RestServiceError.response(Object response) |
response
|
RestServiceError |
RestServiceError.status(Integer status) |
The HTTP status code.
|
RestServiceError |
RestServiceError.title(String title) |
A short, human-readable summary of the problem type.
|
RestServiceError |
RestServiceError.type(String type) |
A URI that identifies the problem type, pointing to human-readable documentation on this problem type.
|