Expand description
GraphQL error response handling.
Implements GraphQL spec-compliant error responses with:
- Error codes for client-side handling
- Location tracking in queries
- Extensions for custom error data
Structs§
- Error
Extensions - Additional error context and debugging information.
- Error
Location - Error location in GraphQL query.
- Error
Response - GraphQL response with errors.
- GraphQL
Error - GraphQL error following spec.
Enums§
- Error
Code - GraphQL error code enumeration.