Errors

In this guide, we will talk about what happens when something goes wrong while you work with the API. Mistakes happen, and mostly they will be yours, not ours. To see the types of error codes and messages that our API can return, reference the 'Errors' sections of the respective resources.

You can tell if your request was successful by checking the error code and message when querying and subscribing to our GraphQL APIs. If a response comes back unsuccessful, you can use the error code and message to figure out what has gone wrong and do some rudimentary debugging (before contacting support).