API reference › @evolu/common › Type › MinLengthError
Defined in: packages/common/src/Type.ts:6768
Error returned when minLength rejects a value.
Extends
TypeError<`MinLength${Min}`>
Properties
min
readonly min: Min;
Defined in: packages/common/src/Type.ts:6772
type
readonly type: `MinLength${Min}`;
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: ValueWithLength;
Defined in: packages/common/src/Type.ts:6771