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