An error used to indicate that a value is longer than the maximum allowed length.
constructor
MaxLengthValidationError@parammaxLength
number@paramoptions
ValidationErrorOptions | undefined@returns
MaxLengthValidationErrorkind
"maxLength"field
() => FieldState<unknown, string | number>The field associated with this error.
message
string | undefinedHuman readable error message.
Jump to details