ExAzureCore.Errors.Authentication exception (ex_azure_core v0.3.0)

Copy Markdown

Defines the error type related to authentication failures.

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: Splode.Error.t()

Functions

exception(args)

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

Create an Elixir.ExAzureCore.Errors.Authentication without raising it.

Keys

  • :errors

message(map)

Callback implementation for Exception.message/1.