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

Copy Markdown

Error for configuration validation failures.

Used when required configuration is missing, values are invalid, or options are not recognized.

Summary

Types

t()

@type t() :: %ExAzureCore.Auth.Errors.ConfigurationError{
  __exception__: term(),
  bread_crumbs: term(),
  class: term(),
  key: atom(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  type: :missing_required | :invalid_value | :invalid_option,
  value: term(),
  vars: term()
}

Functions

exception(args)

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

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

Keys

  • :type
  • :key
  • :value