RetryableOrderPurchaseScreenFailure

Indicates that the API is either down for maintenance or overloaded and cannot fulfill the request at the current time. This is a temporary error and retrying the same request after a certain delay could eventually result in success. There will be a Retry-After HTTP header in API response specifying how long to wait to retry the request. If there is no Retry-After HTTP header then retry can happen immediately. If the error persists after retrying with delay, please reach out to .\"

Parameters

code

Snake cased all caps error code interpreted from the HTTP status code that can programmatically be acted upon.

message

A human-readable explanation of the error, specific to this error occurrence.

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

Snake cased all caps error code interpreted from the HTTP status code that can programmatically be acted upon. Values: UNAUTHORIZED,FORBIDDEN,NOT_FOUND,ORDER_PURCHASE_UPDATE_NOT_FOUND,TOO_MANY_REQUESTS,INTERNAL_SERVER_ERROR,BAD_GATEWAY,RETRYABLE_ORDER_PURCHASE_SCREEN_FAILURE,RETRYABLE_ORDER_PURCHASE_UPDATE_FAILURE,GATEWAY_TIMEOUT,BAD_REQUEST

Properties

Link copied to clipboard
Link copied to clipboard
@NotNull()
@Valid()
private final String message

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getMessage()
Link copied to clipboard