AUR4105
Error Message
Description
Common Scenarios
// ❌ Problem: Unsupported rule name
const rules = [{
property: 'age',
rules: [{ name: 'isPositiveInteger' }] // Custom rule not registered
}];Solution
Last updated
Was this helpful?