Skip to main content

Module error

Module error 

Source
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§

ErrorExtensions
Additional error context and debugging information.
ErrorLocation
Error location in GraphQL query.
ErrorResponse
GraphQL response with errors.
GraphQLError
GraphQL error following spec.

Enums§

ErrorCode
GraphQL error code enumeration.