I’m calling collection update from ruby driver to mongodb and gets a return code 117.
How do I generally interpret the error codes that I get?
I’m calling collection update from ruby driver to mongodb and gets a return code
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using safe mode, the update method returns a hash containing the output of getLastError. However, when you are not using safe mode, we simply return the number of bytes that were sent to the server.
This is something that could be made clearer in the documentation. I will update it for the next ruby driver release.