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

Temporary failures where retrying the same request may succeed.

# `exception`

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

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

## Keys

- :errors

# `message`

---

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