type
Mongo.failure
=
Variant
  •    
    { 
    void
     
    OK
     }
  • or 
    { 
    string
     
    Error
     }
  • or 
    { 
    Bson.document
     
    DocError
     }
  • or 
    { 
    void
     
    Incomplete
     }
  • or 
    { 
    void
     
    NotFound
     }
  • or 
    { 
    void
     
    SlaveOK
     }
Mongo driver failure status.
Either a failure document returned by the MongoDB server,
an error string generated by the driver or
Incompletewhich signals that expected fields were missing from a reply.
The
OK value is for a connection which has been initialised but never used.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.