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