Hi @jjes
As per my knowledge,
Use a Try-Catch activity to handle errors and show a custom message. Place your workflow inside the Try block. In the Catch block, select System.Exception and use a Log Message or Message Box to display your custom message. You can also use exception.Message to get error details.
Happy Automation