Last active
August 29, 2015 14:01
-
-
Save AaronO/32543578369df276a5ac to your computer and use it in GitHub Desktop.
MongoDB result object that has issues being parsed by the mongodb NodeJs driver. Response from mongod v2.5.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ok": false, | |
"errCode": 11000, | |
"errMsg": "E11000 duplicate key error index: gitbook.reviews.$book_1_author_1 dup key: { : ObjectId('536d14de82d0c0b66d183dee'), : ObjectId('536d144282d0c0b66d183ded')", | |
"n": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment