Reactor.Error.Invalid.MissingResultError exception (reactor v0.15.0)

View Source

This error is returned when a step attempts to consume an intermediate result which is not present in the Reactor state.

Summary

Functions

exception(args)

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

Create an Elixir.Reactor.Error.Invalid.MissingResultError without raising it.

Keys

  • :argument
  • :reactor
  • :step