DefaultErrorResponseEntity |
DefaultErrorResponseEntity.addInvalidFieldsItem(InvalidField invalidFieldsItem) |
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.detail(String detail) |
A human-readable explanation specific to this occurrence of the problem.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.errorCode(String errorCode) |
Unique business error code.
|
static DefaultErrorResponseEntity |
DefaultErrorResponseEntity.fromJson(String jsonString) |
Create an instance of DefaultErrorResponseEntity given an JSON string
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.instance(String instance) |
A URI that identifies the specific occurrence of the problem if applicable.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.invalidFields(List<InvalidField> invalidFields) |
Array of fields with validation errors when applicable.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.requestId(String requestId) |
The unique reference for the request.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.status(Integer status) |
The HTTP status code.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.title(String title) |
A short, human-readable summary of the problem type.
|
DefaultErrorResponseEntity |
DefaultErrorResponseEntity.type(String type) |
A URI that identifies the validation error type.
|