ExAzureCore.Errors.External exception (ex_azure_core v0.2.0)

Copy Markdown

Define an error class for external service errors.

Summary

Functions

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

Callback implementation for Exception.message/1.

Types

t()

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

Functions

exception(args)

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

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

Keys

  • :errors

message(map)

Callback implementation for Exception.message/1.