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

View Source

This error is returned when a step returns an invalid result.

Summary

Functions

exception(args)

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

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

Keys

  • :reactor
  • :step
  • :result
  • :arguments