Errors
Errors in the AniList GraphQL API.
Example
{
"data": null,
"errors": [
{
"message": "Cannot query field \"nonexistentField\" on type \"MediaList\".",
"status": 400,
"locations": [
{
"line": 4,
"column": 5
}
]
}
]
}Validation Errors
Last updated