Unable to get collection name from MongoDB error
I am working on a Node JS and MongoDB project. I need to get the collection name from the MongoDB error. In the errorResponse.errmsg: 'E11000 duplicate key error collection: cineflex.movies index: name_1 dup key: { name: "hello" }', in the…