| 16 | |
| 17 | // Schema validation error (exported from index for backward compatibility) |
| 18 | export class SchemaValidationError extends TanStackDBError { |
| 19 | type: `insert` | `update` |
| 20 | issues: ReadonlyArray<{ |
| 21 | message: string |
nothing calls this directly
no outgoing calls
no test coverage detected