Enum
ErrorCategory
Indicates which high-level category of error has occurred during a request to the Connect API.
Values
API_
An error occurred with the Connect API itself. |
AUTHENTICATION_
An authentication error occurred. Most commonly, the request had
a missing, malformed, or otherwise invalid |
INVALID_
The request was invalid. Most commonly, a required parameter was missing, or a provided parameter had an invalid value. |
RATE_
Your application reached the Square API rate limit. You might receive this error if your application sends a high number of requests to Square APIs in a short period of time. Your application should monitor responses for |
PAYMENT_
An error occurred while processing a payment method. Most commonly, the details of the payment method were invalid (such as a card's CVV or expiration date). |
REFUND_
An error occurred while attempting to process a refund. |
MERCHANT_
Beta
An error occurred when checking a merchant subscription status |