Discriminating between parse errors when using `Schema.union` with two struct schemas
I found out when using a
Example:
Desired (something like this):
Schema.union with two struct schema, I get two parse errors back. Is there a way to discriminate over what's the "correct" error to show? Cause if I want either A or B, and you give me "weird B", I'd like to only report the validation errors from B, not an union of validation errors from A or B.Example:
Desired (something like this):
