ledger-core
|
Public Member Functions | |
Error (ErrorCode code_, std::string message_) | |
Error (const Error &cpy) | |
Error & | operator= (const Error &cpy) |
template<class Archive > | |
void | load (Archive &archive) |
template<class Archive > | |
void | save (Archive &archive) const |
Public Attributes | |
ErrorCode | code |
std::string | message |