Latch.Error.RefreshFailed exception (latch v0.5.0)

Copy Markdown
A token refresh was attempted and failed.

reason is the underlying Latch.Error.t() that caused the refresh to fail, including transient and permanent errors.

Summary

Types

t()

@type t() :: %Latch.Error.RefreshFailed{
  __exception__: term(),
  did: String.t(),
  reason: Latch.Error.t()
}