API reference@evolu/commonType › MinLengthError

Defined in: packages/common/src/Type.ts:5449

Error returned when minLength rejects a value.

Extends

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

TypeError.type


value

readonly value: ValueWithLength;

Defined in: packages/common/src/Type.ts:5452