-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(NODE-3419): define MongoRuntimeError children #2893
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏿
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this documentation would read better if we replaced the boilerplate An error generated when an attempt is made to ...
to something more succinct like Thrown when attempting to ...
, thoughts? Nit, but could we also make the line length used for wrapping consistent across all the docs?
src/error.ts
Outdated
} | ||
|
||
/** | ||
* An error generated when teh driver fails to decompress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* An error generated when teh driver fails to decompress | |
* An error generated when the driver fails to decompress |
src/error.ts
Outdated
} | ||
|
||
/** | ||
* An error generated when an attempt to access a resource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* An error generated when an attempt to access a resource | |
* An error generated when an attempt is made to access a resource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seconded on Eric's comments, otherwise LGTM (also rebase needed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f941c79
to
2ea2e84
Compare
Description
What changed?
Classes added: