Throw Custom Error
Synopsis
This operator can be used to throw custom errors.
Description
The Throw Custom Error operator can be used to throw errors with a defined title, message and details that are shown as an error of the surrounding custom operator.
Input
through
Data delivered to this port will be passed to the output port without any modification. Whenever an input port gets occupied, two new input and output ports become available. The order remains the same. Data delivered at the first input port is available at the first output port. It's not necessary to connect this port, the exception will be thrown anyway.
Output
through
Provides the data which was delivered at the corresponding input port without any changes. Whenever an input port gets occupied, two new input and output ports become available. The order remains the same. Data delivered at the first input port is available at the first output port. It's not necessary to connect this port, the exception will be thrown anyway.
Parameters
Title
The title of the error.
Message
The error message.
Details
The details for the error message.