Reactor.Error.Internal.MissingReturnResultError exception (reactor v0.15.0)

View Source

This error is returned when the Reactor's return name doesn't match any of the known step results.

Summary

Functions

exception(args)

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

Create an Elixir.Reactor.Error.Internal.MissingReturnResultError without raising it.

Keys

  • :reactor