The MongoResultException class MongoResultException
&reftitle.intro; The MongoResultException is thrown by several command helpers (such as MongoCollection::findAndModify) in the event of failure. The original result document is available through MongoResultException::getDocument.
&reftitle.classsynopsis; MongoResultException MongoResultException extends MongoException &Properties; public document &Methods;
&reftitle.properties; document The raw result document as an array.
&reference.mongo.entities.mongoresultexception;