Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/
Class
packages/db/src/errors.ts:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
export
class
SchemaMustBeSynchronousError extends CollectionConfigurationError {
97
constructor() {
98
super(`Schema validation must be synchronous`)
99
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected