# `AshAuthentication.Errors.SenderFailed`
[🔗](https://github.com/team-alembic/ash_authentication/blob/main/lib/ash_authentication/errors/sender_failed.ex#L5)

A sender failed to deliver a token.

# `t`

```elixir
@type t() :: Exception.t()
```

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %AshAuthentication.Errors.SenderFailed{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reason: term(),
  sender: term(),
  splode: term(),
  stacktrace: term(),
  strategy: term(),
  vars: term()
}
```

Create an `Elixir.AshAuthentication.Errors.SenderFailed` without raising it.

## Keys

- :sender
- :reason
- :strategy

---

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