An error used to indicate that a value is shorter than the minimum allowed length.
constructor
MinLengthValidationError@paramminLength
number@paramoptions
ValidationErrorOptions | undefined@returns
MinLengthValidationErrorkind
"minLength"field
() => FieldState<unknown, string | number>The field associated with this error.
message
string | undefinedHuman readable error message.
Jump to details