1. Error handling with Try-Catch.

    If errors occur among the actions placed in the "Try" block, a message will be displayed in the log. The robot's work will not stop, but either the actions from the "Catch" or "Finally" blocks will be performed, or the robot will continue to perform the script outside the "Try-Catch" action.

  2. Error handling with "Throw exception" action.


  3. Error handling by action Information message.

    The robot script can be configured in such a way that in case of an error, an information message can be displayed via the "Show message" action from the "Dialogs" action group.

    Example: Set this action in "Catch", then an information message will appear on the screen before the robot proceeds to process the error.

  4. Sending a message to the user's mail in case of an error.
    The robot script can be organised in such a way that if an error occurs, a letter will be sent to the user's electronic mail service. Sending the letter is performed by actions from the "Email" action group.