AUR4108
Last updated
Was this helpful?
AUR4108: GroupRule execution result is invalid.
This error occurs when a GroupRule returns an unexpected result shape from execution (for example, missing expected fields or returning a non-boolean/non-result type where a result is required).
This is most often caused by a custom rule implementation returning an invalid value.
Ensure custom/group rule implementations return the expected validation result type.
If a rule is async, return a Promise that resolves to a valid result.
Log the value returned by the failing rule to see what is being produced.
Review custom rules for correct return types and error handling.
Last updated
Was this helpful?
Was this helpful?