Common Errors
This guide describes the reasons why functions fail, and a complete list of errors that can occur when running functions. When a function is executed and an error occurs, an error message is displayed.
An "errors" message is displayed during any operation if the request is unauthorized or the token is expired.
An error with errorType: "DEPRECATED"will be returned if a field which is present in the query or mutation has been deprecated. This field will be removed at a future point in time. The query or mutation should be altered so that this field is no longer used. The message portion of the error will specify the reason for the deprecation and, where relevant, an alternative field to use. The response payload remains valid and is safe to consume.
All deprecated fields will eventually be removed from the API schema. Whilst receiving a DEPRECATED error is not fatal, it does indicate that your query will fail at a future point in time and must be adjusted.
The following the following error message is shown in case of an unknown issue:
If you mistype the name of a field or query, an error displays when you try to run the query.