errors
GraphQL errors returned by the server to let the client know that something has gone wrong.
If no GraphQL error was raised, errors is null. Else it's a non-empty list of errors indicating where the error(s) happened.
Note that because GraphQL allows partial data, it is possible to have both data non-null and errors non-null.
See also exception