-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
Use Case
As a Node.js user
I want readable error labels
So that I can interpret the intention behind the categorization of the error
User Experience
- public enum MongoErrorLabel.PoolRequstedRetry currently has a typo, fixing it would be breaking.
Dependencies
- None
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Change all instances of PoolRequstedRetry to PoolRequestedRetry
Testing Requirements
- Existing tests
Documentation Requirements
- Migration guide
Follow Up Requirements
- None