| Package | Description | 
|---|---|
| com.worldline.connect.sdk.java.v1 | |
| com.worldline.connect.sdk.java.v1.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)  | 
PlatformException(int statusCode,
                 String responseBody,
                 String errorId,
                 List<APIError> errors)  | 
PlatformException(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 | 
|---|---|
List<APIError> | 
ErrorResponse.getErrors()
List of one or more errors 
 | 
List<APIError> | 
PaymentErrorResponse.getErrors()
List of one or more errors 
 | 
List<APIError> | 
PayoutErrorResponse.getErrors()
List of one or more errors 
 | 
List<APIError> | 
RefundErrorResponse.getErrors()
List of one or more errors 
 | 
List<APIError> | 
OrderStatusOutput.getErrors()
Custom object contains the set of errors 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ErrorResponse.setErrors(List<APIError> value)
List of one or more errors 
 | 
void | 
PaymentErrorResponse.setErrors(List<APIError> value)
List of one or more errors 
 | 
void | 
PayoutErrorResponse.setErrors(List<APIError> value)
List of one or more errors 
 | 
void | 
RefundErrorResponse.setErrors(List<APIError> value)
List of one or more errors 
 | 
void | 
OrderStatusOutput.setErrors(List<APIError> value)
Custom object contains the set of errors 
 | 
Copyright © 2025 Worldline Global Collect. All rights reserved.