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