Bad Request Error
Indicates that a bad request occurred. Typically it is an invalid parameter.
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.
causes
Constructors
Link copied to clipboard
public BadRequestError BadRequestError(BadRequestError.Code code, String message, List<BadRequestErrorAllOfCauses> causes)
Types
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