API reference › @evolu/common › Type › UInt64Error
Defined in: packages/common/src/Type.ts:5120
Error returned when a bigint is outside the unsigned 64-bit UInt64 range.
Extends
TypeError<"UInt64">
Properties
type
readonly type: "UInt64";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: bigint;
Defined in: packages/common/src/Type.ts:5121