![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <dbwrapper.h>
Public Types | |
| enum class | Code { DeserializationError , DatabaseError } |
Public Attributes | |
| Code | status |
| std::string | err_msg |
Definition at line 220 of file dbwrapper.h.
|
strong |
| Enumerator | |
|---|---|
| DeserializationError | Key exists but value could not be deserialized. |
| DatabaseError | Unexpected internal DB error. |
Definition at line 221 of file dbwrapper.h.
| std::string CDBWrapper::ReadFailure::err_msg |
Definition at line 227 of file dbwrapper.h.
| Code CDBWrapper::ReadFailure::status |
Definition at line 226 of file dbwrapper.h.