| Package | Description |
|---|---|
| com.onlinepayments | |
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
List<APIError> |
ApiException.getErrors() |
| Constructor and Description |
|---|
ApiException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
ApiException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
AuthorizationException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
AuthorizationException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
DeclinedTransactionException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
DeclinedTransactionException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
IdempotenceException(String idempotenceKey,
Long idempotenceRequestTimestamp,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
IdempotenceException(String message,
String idempotenceKey,
Long idempotenceRequestTimestamp,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
PaymentPlatformException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
PaymentPlatformException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
ReferenceException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
ReferenceException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
ValidationException(int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
ValidationException(String message,
int statusCode,
String responseBody,
String errorId,
List<APIError> errors) |
| Modifier and Type | Method and Description |
|---|---|
APIError |
APIError.withCategory(String value)
Category the error belongs to.
|
APIError |
APIError.withCode(String value)
Deprecated: Use errorCode instead.
|
APIError |
APIError.withErrorCode(String value)
Error code
|
APIError |
APIError.withHttpStatusCode(Integer value)
HTTP status code for this error that can be used to determine the type of error
|
APIError |
APIError.withId(String value)
ID of the error.
|
APIError |
APIError.withMessage(String value)
Human-readable error message that is not meant to be relayed to customer as it might tip off people who are trying to commit fraud
|
APIError |
APIError.withPropertyName(String value)
Returned only if the error relates to a value that was missing or incorrect.
|
APIError |
APIError.withRetriable(Boolean value)
Flag indicating if the request is retriable.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIError> |
ErrorResponse.getErrors()
List of one or more errors
|
List<APIError> |
RefundErrorResponse.getErrors() |
List<APIError> |
OrderStatusOutput.getErrors() |
List<APIError> |
PayoutErrorResponse.getErrors()
Contains the set of errors
|
List<APIError> |
PaymentStatusOutput.getErrors()
Contains the set of errors
|
List<APIError> |
PaymentErrorResponse.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorResponse.setErrors(List<APIError> value)
List of one or more errors
|
void |
RefundErrorResponse.setErrors(List<APIError> value) |
void |
OrderStatusOutput.setErrors(List<APIError> value) |
void |
PayoutErrorResponse.setErrors(List<APIError> value)
Contains the set of errors
|
void |
PaymentStatusOutput.setErrors(List<APIError> value)
Contains the set of errors
|
void |
PaymentErrorResponse.setErrors(List<APIError> value) |
ErrorResponse |
ErrorResponse.withErrors(List<APIError> value)
List of one or more errors
|
RefundErrorResponse |
RefundErrorResponse.withErrors(List<APIError> value) |
OrderStatusOutput |
OrderStatusOutput.withErrors(List<APIError> value) |
PayoutErrorResponse |
PayoutErrorResponse.withErrors(List<APIError> value)
Contains the set of errors
|
PaymentStatusOutput |
PaymentStatusOutput.withErrors(List<APIError> value)
Contains the set of errors
|
PaymentErrorResponse |
PaymentErrorResponse.withErrors(List<APIError> value) |
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.