I'm trying to catch some specific Exceptions (like : "duplicate key insert for unique index of capped collection") that the server sends and ignore them. Instead of text matching, i'd like to match by error code. Is there a list somewhere that i can use as reference? I could not find anything other than this : https://github.com/mongodb/mongo/blob/master/docs/errors.md . It doesn't contain the error above.
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to a topic in the Google Groups "mongodb-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongodb-user/cKV3rJVRfqE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongodb-user...@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/5d7b690d-ce68-4118-85e0-6fe7e058503b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you please send me the link for 3.4 error codes? I couldn't find it. :-(