API reference › @evolu/common › Type › MaxLengthError
Defined in: packages/common/src/Type.ts:5515
Error returned when maxLength rejects a value.
Extends
TypeError<`MaxLength${Max}`>
Properties
max
readonly max: Max;
Defined in: packages/common/src/Type.ts:5519
type
readonly type: `MaxLength${Max}`;
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: ValueWithLength;
Defined in: packages/common/src/Type.ts:5518