Reactor.Error.Invalid.ForcedFailureError exception (reactor v0.15.0)
View SourceThis error is returned when the flunk
DSL entity or the Reactor.Step.Fail
step are called.
Summary
Functions
Create an Elixir.Reactor.Error.Invalid.ForcedFailureError
without raising it.
Types
Functions
@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.ForcedFailureError{ __exception__: true, arguments: term(), bread_crumbs: term(), class: term(), context: term(), message: term(), options: term(), path: term(), splode: term(), stacktrace: term(), step_name: term(), vars: term() }
Create an Elixir.Reactor.Error.Invalid.ForcedFailureError
without raising it.
Keys
- :arguments
- :step_name
- :message
- :context
- :options