Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a single API error type by slug
errorType
errorType(slug: String!): ApiErrorType
query ErrorType($slug: String!) { errorType(slug: $slug) { slug title status category docs suggestion } }
{ "slug": "" }