Throw Error
Throws an error.
Description
Throwing an error creates an error-flow which can be either caught or passed on to the output error-flow of the action.
Inputs
- Message (String): The error message.
- Code (Number): The error code.
- Control Flow (Control Flow): Triggers the execution of the brick.
Outputs
- Error Flow (Error Flow): The created error flow.