We use Custom Validation (by implment ICustomCondition, ICustomConditionFactory) for validating some fields. But when validation fails, Dataseriver throws an exception like this:
![]()
it is also sent to client then client dispatches Activity/ERROR with the same content.

We want to get a specific message or ErrorCode only to handle showing our notification error message. How can we do this?