# `Quiver.Error.MaxConcurrentStreamsReached`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/transient.ex#L101)

Cannot open a new stream; server's max concurrent streams limit reached.

# `t`

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

# `exception`

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

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

## Keys

- :max

---

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