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

The user is unconfirmed and so the operation cannot be executed.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %AshAuthentication.Errors.UnconfirmedUser{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  confirmation_field: term(),
  field: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

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

## Keys

- :resource
- :field
- :confirmation_field

---

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