Dsxir.Errors.Unknown.Unknown exception (dsxir v0.1.0)

Copy Markdown

Splode fallback for errors that cannot be classified into the other five classes.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Unknown.Unknown{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  error: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Dsxir.Errors.Unknown.Unknown without raising it.

Keys

  • :error