Error codes, Exception handling, error logging. More...
#include <Common/Compat.h>#include "Error.h"#include <Common/Logger.h>#include <iomanip>#include <unordered_map>
Go to the source code of this file.
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
Functions | |
| const char * | Hypertable::relative_fname (const Exception &e) |
| std::ostream & | Hypertable::operator<< (std::ostream &out, const Exception &) |
| Global operator to print an Exception to a std::ostream. More... | |
Error codes, Exception handling, error logging.
This file contains all error codes used in Hypertable, the Exception base class and macros for logging and error handling.
Definition in file Error.cc.
1.8.8