MongoDB C++ Driver
legacy-1.1.2
|
Public Member Functions | |
StatusWith (ErrorCodes::Error code, const std::string &reason, int location=0) | |
for the error case | |
StatusWith (const Status &status) | |
for the error case | |
StatusWith (const T &t) | |
for the OK case | |