4 #ifndef DJINNI_GENERATED_ERRORCODE_HPP 5 #define DJINNI_GENERATED_ERRORCODE_HPP 10 #ifndef LIBCORE_EXPORT 12 #include <libcore_export.h> 14 #define LIBCORE_EXPORT 18 namespace ledger {
namespace core {
namespace api {
28 EC_DER_SIGNATURE_INVALID,
35 WALLET_ALREADY_EXISTS,
36 RAW_TRANSACTION_NOT_FOUND,
46 CURRENCY_ALREADY_EXISTS,
48 CURRENCY_UNIT_NOT_FOUND,
58 INCOMPLETE_TRANSACTION,
66 UNSUPPORTED_OPERATION,
68 IMPLEMENTATION_IS_MISSING,
69 FUTURE_WAS_SUCCESSFULL,
76 UNABLE_TO_RESOLVE_HOST,
77 UNABLE_TO_CONNECT_TO_HOST,
81 AUTHENTICATION_REQUIRED,
86 TRANSACTION_NOT_FOUND,
89 INVALID_DERIVATION_SCHEME,
92 UNKNOWN_BLOCKCHAIN_EXPLORER_ENGINE,
93 UNKNOWN_BLOCKCHAIN_OBSERVER_ENGINE,
94 UNKNOWN_SYNCHRONIZATION_ENGINE,
106 LIBCORE_EXPORT std::string to_string(
const ErrorCode& errorCode);
107 LIBCORE_EXPORT std::ostream &operator<<(std::ostream &os,
const ErrorCode &o);
116 return std::hash<int>()(static_cast<int>(type));
121 #endif //DJINNI_GENERATED_ERRORCODE_HPP
Definition: BitcoinLikeFeePolicy.hpp:29
Definition: Account.cpp:8
ErrorCode
Definition: ErrorCode.hpp:20