Reactor.Error.Unknown.UnknownError exception (reactor v0.15.0)

View Source

An error used to wrap unknown errors.

Summary

Functions

exception(args)

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

Create an Elixir.Reactor.Error.Unknown.UnknownError without raising it.

Keys

  • :error