Reactor.Error.Invalid.ForcedFailureError exception
(reactor v1.0.1)
View Source
This 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