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

Generic connection failure not covered by a more specific error type.

# `t`

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

# `exception`

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

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

## Keys

- :message

---

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