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

Method Error

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

Source from the content-addressed store, hash-verified

825 struct Error : public json_rpc::Error {
826 std::string archive_id;
827 Error(int c, const std::string &msg, const std::string &archive_id)
828 : json_rpc::Error(c, msg), archive_id(archive_id) {}
829 void seria_data_members(seria::ISeria &s) override;
830 };
831};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected