# `Quiver.Error.TLSHandshakeFailed`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/unrecoverable.ex#L20)

TLS handshake failed due to cipher mismatch, protocol error, etc.

# `t`

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

# `exception`

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

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

## Keys

- :reason

---

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