API Reference / @evolu/common / Type / Uint8ArrayError
Interface: Uint8ArrayError
Defined in: packages/common/src/Type.ts:521
Extends
TypeError
<"Uint8Array"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
type | readonly | "Uint8Array" | - | TypeError .type | packages/common/src/Type.ts:248 |
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:254 |