11 case E::IDENTIFIER_ALREADY_EXISTS:
12 return "This identifier already exists";
13 case E::IDENTIFIER_DOES_NOT_EXIST:
14 return "This identifier does not exist";
16 return "Unknow error";
bool operator==(const InherentData &rhs) const
std::map< InherentIdentifier, common::Buffer > data
bool operator!=(const InherentData &rhs) const
InherentDataError
inherent data encode/decode error codes
OUTCOME_CPP_DEFINE_CATEGORY(kagome::primitives, InherentDataError, e)