SuperRefinerErrorRes typedef

SuperRefinerErrorRes = (ZIssue, {ZIssues others})

Return type for SuperRefiner when validation fails.

At least one ZIssue must be returned. Additional ZIssues can be provided using others.

Implementation

typedef SuperRefinerErrorRes = (ZIssue, {ZIssues others});