Represents an error encountered during a request to the Connect API.
See Handling errors for more information.
Error
Name | Type | Tags | Description |
---|---|---|---|
Category |
string |
Indicates which high-level category of error has occurred during a request to the Connect API. |
|
Code |
string |
Indicates the specific error that occurred during a request to a Square API. |
|
Detail |
string |
Optional | A human-readable description of the error for debugging purposes. |
Field |
string |
Optional | The name of the field provided in the original request (if any) that the error pertains to. |
{
"category": "INVALID_REQUEST_ERROR",
"code": "GATEWAY_TIMEOUT",
"detail": null,
"field": null
}