API
function minLengthError( minLength: number, options: WithField<ValidationErrorOptions>,): MinLengthValidationError;function minLengthError( minLength: number, options?: ValidationErrorOptions | undefined,): WithoutField<MinLengthValidationError>;function minLengthError(minLength: number, options: WithField<ValidationErrorOptions>): MinLengthValidationError;Create a minLength error associated with the target field
@paramminLength
numberThe minLength constraint
@returns
MinLengthValidationErrorfunction minLengthError(minLength: number, options?: ValidationErrorOptions | undefined): WithoutField<MinLengthValidationError>;Create a minLength error
@paramminLength
numberThe minLength constraint
@paramoptions
ValidationErrorOptions | undefinedThe optional validation error options
@returns
WithoutField<MinLengthValidationError>Jump to details