Please answer these questions before submitting your issue.
as below:

Use custom exceptions for business process control in projects.
How to ignore or exclude this part of the request when calculating the SLA, or handle it as successful when reporting.
Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.
Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.
Thanks!
Most helpful comment
Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.