getRulesErrorMessages(errors): string
Defined in: src/modules/validation.ts:55 Accepts an array of RulesError objects and returns a formatted message string

Parameters

ParameterTypeDescription
errorsRulesError[]RulesErrors array to be processed.

Returns

string The errors messages concatenated into a single string