Data quality rule failure will result in a SerializationError with just a message like "Expr failed: {CEL Expression}" and does not expose any information about the failed rule.
I noticed, when a Condition rule execution returns false a RuleConditionError will be thrown, which is caught later and replaced with SerializationError with a message only in the default ErrorAction class here .
Is this expected behaviour?
Also, only SerializationError from the action execution will bubble up in here and rest of the exceptions will get ignored.
Thanks,
Bashir