Quiver.Error.QUICTransportError exception (quiver v0.3.0)

Copy Markdown View Source

Connection-level error post-handshake (RFC 9000 Section 20 / RFC 9114 Section 8).

Unrecoverable: the connection is dead and retrying immediately is unlikely to help.

Summary

Types

t()

@type t() :: Splode.Error.t()

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Quiver.Error.QUICTransportError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  code: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Quiver.Error.QUICTransportError without raising it.

Keys

  • :code
  • :reason