ExAzureCore. Errors. Unknown exception
(ex_azure_core v0.2.0)
Copy Markdown
Defines the error type for an unknown error.
Summary
Functions
Create an Elixir.ExAzureCore.Errors.Unknown without raising it.
Callback implementation for Exception.message/1.
Types
@type t() :: Splode.Error.t()
Functions
@spec exception(opts :: Keyword.t()) :: %ExAzureCore.Errors.Unknown{ __exception__: term(), bread_crumbs: term(), class: term(), errors: term(), path: term(), splode: term(), stacktrace: term(), vars: term() }
Create an Elixir.ExAzureCore.Errors.Unknown without raising it.
Keys
- :errors
Callback implementation for Exception.message/1.