MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/db/src/errors.ts:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118export class InvalidCollectionStatusTransitionError extends CollectionStateError {
119 constructor(from: string, to: string, collectionId: string) {
120 super(
121 `Invalid collection status transition from "${from}" to "${to}" for collection "${collectionId}"`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected