| 108 | } |
| 109 | |
| 110 | export class CollectionInErrorStateError extends CollectionStateError { |
| 111 | constructor(operation: string, collectionId: string) { |
| 112 | super( |
| 113 | `Cannot perform ${operation} on collection "${collectionId}" - collection is in error state. Try calling cleanup() and restarting the collection.`, |
nothing calls this directly
no outgoing calls
no test coverage detected