28 namespace graphene {
namespace chain {
43 "database query exception" )
45 "block validation exception" )
53 "utility method exception" )
66 "there are no blocks to pop" )
75 "Killing limit order due to unable to fill" )
77 "The market has not been whitelisted by the selling
asset" )
79 "The market has been blacklisted by the selling
asset" )
81 "The account is not allowed to transact the selling
asset" )
83 "The account is not allowed to transact the receiving
asset" )
85 "Insufficient balance" )
93 "Updating call order would trigger a margin call that cannot be fully filled" )
99 "Incorrect issuer specified for account" )
101 "Cannot create buyback for
asset which already has buyback" )
130 "review_period insufficient" )
156 "Attempting to claim an unknown prior commitment" );
169 "Unable to exchange
at expected
price" );
171 #define GRAPHENE_RECODE_EXC( cause_type, effect_type ) \ 172 catch( const cause_type& e ) \ 173 { throw( effect_type( e.what(), e.get_log() ) ); } FC_IMPLEMENT_DERIVED_EXCEPTION(database_query_exception, chain_exception, 3010000, "database query exception") FC_IMPLEMENT_DERIVED_EXCEPTION(block_validate_exception
#define GRAPHENE_IMPLEMENT_INTERNAL_EXCEPTION(exc_name, seqnum, msg)
#define FC_IMPLEMENT_EXCEPTION(TYPE, CODE, WHAT)
Identifies a weighted set of keys and accounts that must approve operations.
block validation exception operation validation exception utility method exception transaction_process_exception
tracks the blockchain state in an extensible manner
GRAPHENE_IMPLEMENT_OP_EVALUATE_EXCEPTION(kill_unfilled, limit_order_create, 1, "Killing limit order due to unable to fill") GRAPHENE_IMPLEMENT_OP_EVALUATE_EXCEPTION(market_not_whitelisted
fc::static_variant< transfer_operation, limit_order_create_operation, limit_order_cancel_operation, call_order_update_operation, fill_order_operation, account_create_operation, account_update_operation, account_whitelist_operation, account_upgrade_operation, account_transfer_operation, asset_create_operation, asset_update_operation, asset_update_bitasset_operation, asset_update_feed_producers_operation, asset_issue_operation, asset_reserve_operation, asset_fund_fee_pool_operation, asset_settle_operation, asset_global_settle_operation, asset_publish_feed_operation, witness_create_operation, witness_update_operation, proposal_create_operation, proposal_update_operation, proposal_delete_operation, withdraw_permission_create_operation, withdraw_permission_update_operation, withdraw_permission_claim_operation, withdraw_permission_delete_operation, committee_member_create_operation, committee_member_update_operation, committee_member_update_global_parameters_operation, vesting_balance_create_operation, vesting_balance_withdraw_operation, worker_create_operation, custom_operation, assert_operation, balance_claim_operation, override_transfer_operation, transfer_to_blind_operation, blind_transfer_operation, transfer_from_blind_operation, asset_settle_cancel_operation, asset_claim_fees_operation, fba_distribute_operation, bid_collateral_operation, execute_bid_operation, asset_claim_pool_operation, asset_update_issuer_operation, htlc_create_operation, htlc_redeem_operation, htlc_redeemed_operation, htlc_extend_operation, htlc_refund_operation, custom_authority_create_operation, custom_authority_update_operation, custom_authority_delete_operation, ticket_create_operation, ticket_update_operation, liquidity_pool_create_operation, liquidity_pool_delete_operation, liquidity_pool_deposit_operation, liquidity_pool_withdraw_operation, liquidity_pool_exchange_operation, samet_fund_create_operation, samet_fund_delete_operation, samet_fund_update_operation, samet_fund_borrow_operation, samet_fund_repay_operation, credit_offer_create_operation, credit_offer_delete_operation, credit_offer_update_operation, credit_offer_accept_operation, credit_deal_repay_operation, credit_deal_expired_operation >
groups operations that should be applied atomically
The price struct stores asset prices in the BitShares system.
typename impl::at< List, index >::type at
Get the type at the specified list index.
GRAPHENE_IMPLEMENT_OP_BASE_EXCEPTIONS(limit_order_create)