sql >> Database teknologi >  >> NoSQL >> MongoDB

Hvordan viser man detaljer om pymongo.errors.OperationFailure?

Virker:

try:
    connection.test.foo.find_one()
except pymongo.errors.OperationFailure as e:
    print e.code
    print e.details



  1. MongoDB:Betinget valg fra en samling baseret på en anden samling

  2. Genbruger MongoDB slettet plads?

  3. Skal jeg manuelt lukke en mongoose-forbindelse?

  4. hvorfor DuplicateKeyError:E11000 duplicate key error index:test.test.$notification_1 dup key:{ :null }