Skip to main content
Version: v0.19.0-alpha 🚧

AssertError

Alias:AssertError

Output:Unit

Returns success if the ValueIf step returns an error and a failure otherwise.

ParameterTypeRequiredPositionSummary
Stepunit✔1The step to test.

Examples​

SCL​

AssertError (log (1 / 0))