ExAzureCore.Auth.Errors.InvalidTokenFormat exception (ex_azure_core v0.2.0)

Copy Markdown

Error raised when a token has an invalid or unexpected format.

Summary

Types

t()

@type t() :: %ExAzureCore.Auth.Errors.InvalidTokenFormat{
  __exception__: term(),
  bread_crumbs: term(),
  class: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  token: String.t() | map(),
  vars: term()
}

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %ExAzureCore.Auth.Errors.InvalidTokenFormat{
  __exception__: term(),
  bread_crumbs: term(),
  class: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  token: term(),
  vars: term()
}

Create an Elixir.ExAzureCore.Auth.Errors.InvalidTokenFormat without raising it.

Keys

  • :token