MCPcopy Create free account
hub / github.com/bcndev/bytecoin / ErrorHash

Method ErrorHash

src/rpc_api.hpp:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200struct ErrorHash : public json_rpc::Error {
201 Hash hash;
202 ErrorHash() = default;
203 ErrorHash(const std::string &msg, const Hash &hash) : ErrorHash(HASH_NOT_FOUND, msg, hash) {}
204 ErrorHash(int c, const std::string &msg, const Hash &hash);
205 void seria_data_members(seria::ISeria &s) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected