ServiceError |
ServiceError.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
ServiceError |
ServiceError.errorCode(String errorCode) |
The error code mapped to the error message.
|
ServiceError |
ServiceError.errorType(String errorType) |
The category of the error.
|
static ServiceError |
ServiceError.fromJson(String jsonString) |
Create an instance of ServiceError given an JSON string
|
ServiceError |
ServiceError.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
ServiceError |
ServiceError.message(String message) |
A short explanation of the issue.
|
ServiceError |
ServiceError.pspReference(String pspReference) |
The PSP reference of the payment.
|
ServiceError |
ServiceError.putAdditionalDataItem(String key,
String additionalDataItem) |
|
ServiceError |
ServiceError.status(Integer status) |
The HTTP response status.
|