We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bba28 commit 2ea2e84Copy full SHA for 2ea2e84
src/error.ts
@@ -431,6 +431,7 @@ export class MongoGridFSChunkError extends MongoStreamError {
431
}
432
433
/**
434
+<<<<<<< HEAD
435
* An error thrown when the user attempts to add options to a cursor that has already been
436
* initialized
437
*
@@ -448,6 +449,9 @@ export class MongoCursorInUseError extends MongoCursorError {
448
449
450
451
/** An error generated when an attempt to access a resource
452
+=======
453
+ * An error generated when an attempt is made to access a resource
454
+>>>>>>> f941c797b (docs(NODE-3419): fix typo in new error classes)
455
* which has already been or will be closed/destroyed.
456
457
* @public
0 commit comments