orlandos-nl / MongoKitten

Native MongoDB driver for Swift, written in Swift

Home Page:https://orlandos.nl/docs/mongokitten/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decode MongoDB Command Errors as MongoDBGenericErrorReply

Joannis opened this issue · comments

Is your feature request related to a problem? Please describe.
Debugging queries can be painful since you don't get to see the cause of thhe error.

Describe the solution you'd like
When the ok field is 0, decode an error instead.