Any additional upstream fields, preserved verbatim.
OptionalextensionsArbitrary upstream extension metadata, when present.
OptionallocationsThe GraphQL source locations the error refers to, when present.
The human-readable error message returned by AniList.
OptionalstatusThe upstream HTTP-like status for the error, when present (e.g. 404, 500).
A single upstream GraphQL error object as carried by an HTTP 200 envelope.
AniList error entries always carry a human-readable
messageand usually a numericstatus(for example404for "Not Found" versus500for an internal server error);locationsandextensionsappear when the server includes them. Any additional upstream fields are preserved verbatim via the index signature so consumers never need to string-match messages to classify a failure.See
AniLinkGraphQLError.graphqlErrors