API reference / @evolu/common / Type / Int64StringError
Interface: Int64StringError
Defined in: packages/common/src/Type.ts:3410
Extends
TypeError
<"Int64String"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
type | readonly | "Int64String" | - | TypeError .type | packages/common/src/Type.ts:245 |
value | readonly | unknown | The value that was received and caused the error. Provides additional context for debugging and validation feedback. | TypeError .value | packages/common/src/Type.ts:251 |