Uses of Class
com.onlinepayments.domain.APIError
Packages that use APIError
-
Uses of APIError in com.onlinepayments
Methods in com.onlinepayments that return types with arguments of type APIErrorConstructor parameters in com.onlinepayments with type arguments of type APIErrorModifierConstructorDescriptionApiException(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) protectedDeclinedTransactionException(int statusCode, String responseBody, String errorId, List<APIError> errors) protectedDeclinedTransactionException(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) -
Uses of APIError in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return APIErrorModifier and TypeMethodDescriptionAPIError.withCategory(String value) Category the error belongs to.Deprecated.Use errorCode instead.APIError.withErrorCode(String value) Error codeAPIError.withHttpStatusCode(Integer value) HTTP status code for this error that can be used to determine the type of errorID of the error.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 fraudAPIError.withPropertyName(String value) Returned only if the error relates to a value that was missing or incorrect.APIError.withRetriable(Boolean value) Flag indicating if the request is retriable.Methods in com.onlinepayments.domain that return types with arguments of type APIErrorModifier and TypeMethodDescriptionErrorResponse.getErrors()List of one or more errorsOrderStatusOutput.getErrors()PaymentErrorResponse.getErrors()PaymentStatusOutput.getErrors()PayoutErrorResponse.getErrors()RefundErrorResponse.getErrors()Method parameters in com.onlinepayments.domain with type arguments of type APIErrorModifier and TypeMethodDescriptionvoidList of one or more errorsvoidvoidvoidvoidvoidErrorResponse.withErrors(List<APIError> value) List of one or more errorsOrderStatusOutput.withErrors(List<APIError> value) PaymentErrorResponse.withErrors(List<APIError> value) PaymentStatusOutput.withErrors(List<APIError> value) PayoutErrorResponse.withErrors(List<APIError> value) RefundErrorResponse.withErrors(List<APIError> value)