Interpreting Status Codes
The borderless™ GraphQL API uses standard HTTP Status Codes to indicate whether the API request succeeded or failed.
The following categories of status codes are used by the borderless™ GraphQL API.
Error Code | Meaning |
---|---|
2xx | The API request was successful. |
4xx | The API request failed. Errors (4xx) may also include a specific error message to help you identify the issue. |
Pro Tip
Each API Guide includes a section on Common Errors and how to avoid them.