MOQX.TransportError (moqx v0.7.1)

Copy Markdown View Source

Asynchronous transport/runtime failure.

t/0 is used for connection, stream, runtime, or task-level failures that occur after an operation has been accepted.

Summary

Types

op()

@type op() :: MOQX.RequestError.op()

t()

@type t() :: %MOQX.TransportError{
  handle: reference() | nil,
  kind: atom() | nil,
  message: String.t(),
  op: op(),
  ref: reference() | nil
}