#include <wiredtiger_util.h>
|
using | ErrorHandler = int(*)(WT_EVENT_HANDLER *, WT_SESSION *, int, const char *) |
|
|
static int | onError (WT_EVENT_HANDLER *handler, WT_SESSION *session, int error, const char *message) |
|
◆ ErrorHandler
◆ ErrorAccumulator()
mongo::WiredTigerUtil::ErrorAccumulator::ErrorAccumulator |
( |
std::vector< std::string > * |
errors | ) |
|
◆ onError()
int mongo::WiredTigerUtil::ErrorAccumulator::onError |
( |
WT_EVENT_HANDLER * |
handler, |
|
|
WT_SESSION * |
session, |
|
|
int |
error, |
|
|
const char * |
message |
|
) |
| |
|
staticprivate |
◆ _defaultErrorHandler
const ErrorHandler mongo::WiredTigerUtil::ErrorAccumulator::_defaultErrorHandler |
|
private |
◆ _errors
std::vector<std::string>* const mongo::WiredTigerUtil::ErrorAccumulator::_errors |
|
private |
The documentation for this class was generated from the following files:
- /home/louis/git/mongodbsource.github.io/src/src/mongo/db/storage/wiredtiger/wiredtiger_util.h
- /home/louis/git/mongodbsource.github.io/src/src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp