@serenity-is/corelib / ValidationErrorMap
Interface: ValidationErrorMap
Defined in: src/base/validator.tsx:47
Map of field name to the current error message or flag for fields failing validation.
Indexable
[name: string]: string | boolean
Error entry for a field key: string message or true/false flag.