(collectionId: string)
| 554 | |
| 555 | export class JoinCollectionNotFoundError extends QueryCompilationError { |
| 556 | constructor(collectionId: string) { |
| 557 | super(`Collection "${collectionId}" not found during compilation of join`) |
| 558 | } |
| 559 | } |
| 560 | |
| 561 | // JOIN Operation Errors |
nothing calls this directly
no outgoing calls
no test coverage detected