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 e628296 commit 22e17f3Copy full SHA for 22e17f3
src/error.ts
@@ -34,7 +34,7 @@ export const LEGACY_NOT_PRIMARY_OR_SECONDARY_ERROR_MESSAGE = new RegExp(
34
*/
35
export const NODE_IS_RECOVERING_ERROR_MESSAGE = new RegExp('node is recovering', 'i');
36
37
-/** @internal MongoDB Error Codes */
+/** @public */
38
export const MONGODB_ERROR_CODES = Object.freeze({
39
HostUnreachable: 6,
40
HostNotFound: 7,
0 commit comments