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

Copy Markdown View Source

HTTP/3 datagrams (RFC 9297) are not negotiated on this connection.

Transient: a different connection or origin may successfully negotiate. Returned when either the local side disabled :h3_datagram_enabled or the peer did not advertise SETTINGS_H3_DATAGRAM = 1 with a non-zero QUIC max_datagram_frame_size.

Summary

Types

t()

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

Functions

exception(args)

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

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

Keys

  • :origin