Throw
Object used to cause an error or pass on the encountered error
Last updated
Object used to cause an error or pass on the encountered error
Last updated
An error caused by Throw can only be caught by the Catch block.
Field | Description |
Title | Object Title |
Message | Describe the error message or add a variable (example: Error - {variable}). |
In this case it is only possible if used within a Catch block.
Field | Description |
Title | Object Title |
Message | It must be left empty so that the robot understands that it needs to pass the error on to the next Catch block. |