|
Electroneum
|
Classes | |
| struct | acc_outs_lookup_error |
| struct | block_parse_error |
| struct | daemon_busy |
| struct | failed_rpc_request |
| struct | file_error_base |
| struct | get_histogram_error |
| struct | get_tx_pool_error |
| struct | invalid_password |
| struct | invalid_pregenerated_random |
| struct | invalid_priority |
| struct | is_key_image_spent_error |
| struct | no_connection_to_daemon |
| struct | not_enough_money |
| struct | not_enough_outs_to_mix |
| struct | refresh_error |
| struct | transfer_error |
| struct | tx_not_constructed |
| struct | tx_not_possible |
| struct | tx_parse_error |
| struct | tx_rejected |
| struct | tx_sum_overflow |
| struct | tx_too_big |
| struct | unexpected_txin_type |
| struct | wallet_error_base |
| struct | wallet_files_doesnt_correspond |
| struct | wallet_generic_rpc_error |
| struct | wallet_internal_error |
| struct | wallet_not_initialized |
| struct | wallet_rpc_error |
| struct | zero_destination |
Typedefs | |
| typedef wallet_error_base< std::logic_error > | wallet_logic_error |
| typedef wallet_error_base< std::runtime_error > | wallet_runtime_error |
| typedef file_error_base< file_exists_message_index > | file_exists |
| typedef file_error_base< file_not_found_message_index > | file_not_found |
| typedef file_error_base< file_read_error_message_index > | file_read_error |
| typedef file_error_base< file_save_error_message_index > | file_save_error |
| typedef failed_rpc_request< refresh_error, get_blocks_error_message_index > | get_blocks_error |
| typedef failed_rpc_request< refresh_error, get_hashes_error_message_index > | get_hashes_error |
| typedef failed_rpc_request< refresh_error, get_out_indices_error_message_index > | get_out_indices_error |
| typedef failed_rpc_request< transfer_error, get_random_outs_error_message_index > | get_random_outs_error |
Functions | |
| template<typename TException , typename... TArgs> | |
| void | throw_wallet_ex (std::string &&loc, const TArgs &... args) |
Variables | |
| const char *const | failed_rpc_request_messages [] |
| const char *const | file_error_messages [] |
| typedef failed_rpc_request<refresh_error, get_blocks_error_message_index> tools::error::get_blocks_error |
| typedef failed_rpc_request<refresh_error, get_hashes_error_message_index> tools::error::get_hashes_error |
| typedef failed_rpc_request<refresh_error, get_out_indices_error_message_index> tools::error::get_out_indices_error |
| typedef failed_rpc_request<transfer_error, get_random_outs_error_message_index> tools::error::get_random_outs_error |
| typedef wallet_error_base<std::logic_error> tools::error::wallet_logic_error |
| typedef wallet_error_base<std::runtime_error> tools::error::wallet_runtime_error |
| void tools::error::throw_wallet_ex | ( | std::string && | loc, |
| const TArgs &... | args | ||
| ) |
| const char* const tools::error::failed_rpc_request_messages[] |
| const char* const tools::error::file_error_messages[] |
1.8.14