Errors
Lets talk about what happens when something goes wrong while you work with the API. 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. In rare cases, the issue may be from us. In that case, feel free to open a support ticket and we will get back to you as soon as possible.
To get a list of all possible error codes, please reference the Error sections in the documentation pertaining to the specific resource being accessed.