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

View Source

This error is returned when an expected argument is not passed to a step.

Summary

Functions

exception(args)

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

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

Keys

  • :argument
  • :arguments
  • :step