# `Stevedore.Auth.Error`
[🔗](https://github.com/oshlabs/stevedore/blob/v0.2.0/lib/stevedore/auth/error.ex#L1)

A failure during registry authentication (token exchange or credential loading).

# `t`

```elixir
@type t() :: %Stevedore.Auth.Error{
  __exception__: term(),
  body: term(),
  reason: atom() | String.t(),
  registry: String.t() | nil,
  status: non_neg_integer() | nil
}
```

---

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