# `Quiver.Error.HeaderListTooLarge`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/invalid.ex#L55)

Outgoing header list exceeds the server-advertised MAX_HEADER_LIST_SIZE (RFC 9113 Section 6.5.2).

# `t`

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

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Quiver.Error.HeaderListTooLarge{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  max_size: term(),
  path: term(),
  size: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Quiver.Error.HeaderListTooLarge` without raising it.

## Keys

- :size
- :max_size

---

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