Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: ErrorMessageLocalizer()

ErrorMessageLocalizer: (value) => string | undefined

A function that localizes validation error messages.

Parameters

value: ValidationResult[] | undefined

the results of the validation.

Returns

string | undefined

the localization result or undefined.