API reference@evolu/commonType › MinLengthError

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

Error returned when minLength rejects a value.

Extends

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

TypeError.type


value

readonly value: ValueWithLength;

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