Method ReportValidatorError
ReportValidatorError(bool, string?, Action<string>?)
Reports text validation error.
string? ReportValidatorError(bool showError, string? errorText = null, Action<string>? errorEnumerator = null)
Parameters
showError
boolIndicates whether to show/hide error.
errorText
stringSpecifies error text.
errorEnumerator
Action<string>Optional action which is called for every error.