The command.Error type is accessed by users when they need to do manual retrying of transactions. This type is currently within the x/ directory and is likely to change or be moved in the future. As part of GODRIVER-793, wrap instances of command.Error with a newly created mongo.CommandError. This new error should have all the same fields and functionality of command.Error.
- split from
-
GODRIVER-793 Remove all public use of 'x' packages in the options package
- Closed