Skip to content

Instantly share code, notes, and snippets.

@AaronO
Last active August 29, 2015 14:01
Show Gist options
  • Save AaronO/32543578369df276a5ac to your computer and use it in GitHub Desktop.
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
{
"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