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 b756eab commit 5043894Copy full SHA for 5043894
src/errors.ts
@@ -1,7 +1,6 @@
1
export enum ErrorCodes {
2
NotConnectedToMongoDB = 1_000_000,
3
- InvalidParams = 1_000_001,
4
- MisconfiguredConnectionString = 1_000_001
+ MisconfiguredConnectionString = 1_000_001,
5
}
6
7
export class MongoDBError extends Error {
0 commit comments