Scorum
|
Go to the source code of this file.
Namespaces | |
scorum | |
scorum::chain | |
Macros | |
#define | SCORUM_DECLARE_OP_BASE_EXCEPTIONS(op_name) |
#define | SCORUM_DECLARE_OP_VALIDATE_EXCEPTION(exc_name, op_name, seqnum, msg) |
#define | SCORUM_DECLARE_OP_EVALUATE_EXCEPTION(exc_name, op_name, seqnum, msg) |
#define | SCORUM_DECLARE_INTERNAL_EXCEPTION(exc_name, seqnum, msg) FC_DECLARE_DERIVED_EXCEPTION(internal_##exc_name, scorum::chain::internal_exception, 4990000 + seqnum, msg) |
#define | SCORUM_TRY_NOTIFY(signal, ...) |
Functions | |
scorum::chain::FC_DECLARE_DERIVED_EXCEPTION (database_query_exception, scorum::chain::chain_exception, 4010000, "database query exception") FC_DECLARE_DERIVED_EXCEPTION(block_validate_exception | |
block validation exception | scorum::chain::FC_DECLARE_DERIVED_EXCEPTION (transaction_exception, scorum::chain::chain_exception, 4030000, "transaction validation exception") FC_DECLARE_DERIVED_EXCEPTION(operation_validate_exception |
block validation exception operation validation exception | scorum::chain::FC_DECLARE_DERIVED_EXCEPTION (operation_evaluate_exception, scorum::chain::chain_exception, 4050000, "operation evaluation exception") FC_DECLARE_DERIVED_EXCEPTION(undo_database_exception |
block validation exception operation validation exception undo database exception | scorum::chain::FC_DECLARE_DERIVED_EXCEPTION (unknown_hardfork_exception, scorum::chain::chain_exception, 4090000, "chain attempted to apply unknown hardfork") FC_DECLARE_DERIVED_EXCEPTION(transaction_expiration_exception |
block validation exception operation validation exception undo database exception transaction expiration exception | scorum::chain::FC_DECLARE_DERIVED_EXCEPTION (transaction_tapos_exception, scorum::chain::transaction_exception, 4030200, "transaction tapos exception") FC_DECLARE_DERIVED_EXCEPTION(pop_empty_chain |
block validation exception operation validation exception undo database exception transaction expiration exception there are no blocks to pop | scorum::chain::SCORUM_DECLARE_OP_BASE_EXCEPTIONS (transfer) |
scorum::chain::SCORUM_DECLARE_OP_BASE_EXCEPTIONS (account_create) | |
scorum::chain::SCORUM_DECLARE_OP_BASE_EXCEPTIONS (account_update) | |
#define SCORUM_DECLARE_INTERNAL_EXCEPTION | ( | exc_name, | |
seqnum, | |||
msg | |||
) | FC_DECLARE_DERIVED_EXCEPTION(internal_##exc_name, scorum::chain::internal_exception, 4990000 + seqnum, msg) |
Definition at line 23 of file database_exceptions.hpp.
#define SCORUM_DECLARE_OP_BASE_EXCEPTIONS | ( | op_name | ) |
Definition at line 5 of file database_exceptions.hpp.
#define SCORUM_DECLARE_OP_EVALUATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum, | |||
msg | |||
) |
Definition at line 18 of file database_exceptions.hpp.
#define SCORUM_DECLARE_OP_VALIDATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum, | |||
msg | |||
) |
Definition at line 13 of file database_exceptions.hpp.
#define SCORUM_TRY_NOTIFY | ( | signal, | |
... | |||
) |
Definition at line 26 of file database_exceptions.hpp.