Quiver.Error.MaxConcurrentStreamsReached exception (quiver v0.2.0)

Copy Markdown View Source

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

Summary

Types

t()

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

Functions

exception(args)

@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