# `Quiver.Error.H3DatagramsDisabled`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/h3_datagrams_disabled.ex#L1)

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`.

# `t`

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

# `exception`

```elixir
@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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
