Subscribe

UiPath Studio

The UiPath Studio Guide

ST-DBP-003 - Empty Catch Block

Rule ID: ST-DBP-003

Scope: Activity

Description

The rule checks whether exceptions are caught with a purpose, and not only to prevent error messages.

Recommendation

It is recommended to insert log messages in the Catch block of a Try Catch activity, in addition to the exception handling itself.

Refer to the Project Organization page to learn more about how to handle errors and use Try/Catch blocks.

875

Updated 3 years ago


ST-DBP-003 - Empty Catch Block


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.