API Reference / @evolu/common / Evolu/Internal / ValidMutationSizeError
Interface: ValidMutationSizeError
Defined in: packages/common/src/Evolu/Schema.ts:290
Extends
TypeError
<"ValidMutationSize"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
type | readonly | "ValidMutationSize" | - | 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 |