View Source GraphQLWSClient.QueryError exception (GraphQL-over-Websocket Client v0.1.1)
Exception that contains errors from a GraphQL query.
Link to this section Summary
Functions
Callback implementation for Exception.message/1
.
Link to this section Types
@type t() :: %GraphQLWSClient.QueryError{__exception__: true, errors: [any()]}
Link to this section Functions
Callback implementation for Exception.message/1
.