View Source GraphQLWSClient.SocketError exception (GraphQL-over-Websocket Client v0.1.0)

Exception that indicates a socket error.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

@type cause() ::
  :connect | :closed | :critical_error | :unexpected_result | :status | :timeout
@type t() :: %GraphQLWSClient.SocketError{
  __exception__: true,
  cause: cause(),
  details: %{optional(atom()) => any()}
}

Link to this section Functions

Callback implementation for Exception.message/1.