Stevedore.Auth.Error exception (Stevedore v0.1.0)

Copy Markdown View Source

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

Summary

Types

t()

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