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" )
97 "Updating call order would trigger a margin call that cannot be fully filled" )
103 "Incorrect issuer specified for account" )
105 "Cannot create buyback for
asset which already has buyback" )
134 "review_period insufficient" )
160 "Attempting to claim an unknown prior commitment" );
173 "Unable to exchange
at expected
price" );
175 #define GRAPHENE_RECODE_EXC( cause_type, effect_type ) \
176 catch( const cause_type& e ) \
177 { throw( effect_type( e.what(), e.get_log() ) ); }