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

Method Error

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

Source from the content-addressed store, hash-verified

515 struct Error : public json_rpc::Error {
516 Height conflict_height = 0;
517 Error() = default;
518 Error(int c, const std::string &msg, Height conflict_height)
519 : json_rpc::Error(c, msg), conflict_height(conflict_height) {}
520 void seria_data_members(seria::ISeria &s) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected