Custamizing System/Aplication Exception Message

Custamizing System/Aplication Exception Message

Use Case Description

Hi Team,

We have a requirement where Business wants to understand the application/system exception.so they want application /system error message to be constructed like business exception.

Could anyone please help me on this

AS-IS WORKFLOW, TO-BE WORKFLOW

-

Other information about the use case

Industry categories for this use case: Finance

Skill level required: Intermediate

UiPath Products that were used: UiPath Studio

Other applications that were used: Web application

Other resources: -

What is the top ROI driver for this use case?: Improve customer experience

@bindu.t

Every exception might not be customized…but what we followed is …for most of the exceptions where we know like login errors…page changes and all we used customized exception messgaes and have a central repo maintaining them for all bots…and used a exception number unique to each type of exception…

Something like SA123: Robot login failed for <Application>

And for all other exceptions we append SA999: Unknow Exception : <ExceptionMessage>

And every bot uses the same set …so the exceptions are more streamlined

Hope this helps

Cheers