| 200 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected