#include <boost/exception/diagnostic_information.hpp>
#include <boost/exception/errinfo_api_function.hpp>
#include <boost/exception/exception.hpp>
#include <boost/exception/info.hpp>
#include <boost/exception/info_tuple.hpp>
#include <boost/throw_exception.hpp>
#include <boost/tuple/tuple.hpp>
#include <exception>
#include <string>
#include "FixedHash.h"
Go to the source code of this file.
|
using | dev::errinfo_invalidSymbol = boost::error_info< struct tag_invalidSymbol, char > |
|
using | dev::errinfo_wrongAddress = boost::error_info< struct tag_address, std::string > |
|
using | dev::errinfo_required = boost::error_info< struct tag_required, bigint > |
|
using | dev::errinfo_got = boost::error_info< struct tag_got, bigint > |
|
using | dev::errinfo_min = boost::error_info< struct tag_min, bigint > |
|
using | dev::errinfo_max = boost::error_info< struct tag_max, bigint > |
|
using | dev::RequirementError = boost::tuple< errinfo_required, errinfo_got > |
|
using | dev::RequirementErrorComment = boost::tuple< errinfo_required, errinfo_got, errinfo_comment > |
|
using | dev::errinfo_hash256 = boost::error_info< struct tag_hash, h256 > |
|
using | dev::errinfo_required_h256 = boost::error_info< struct tag_required_h256, h256 > |
|
using | dev::errinfo_got_h256 = boost::error_info< struct tag_get_h256, h256 > |
|
using | dev::Hash256RequirementError = boost::tuple< errinfo_required_h256, errinfo_got_h256 > |
|
using | dev::errinfo_extraData = boost::error_info< struct tag_extraData, bytes > |
|
using | dev::errinfo_externalFunction = boost::errinfo_api_function |
|
using | dev::errinfo_interface = boost::error_info< struct tag_interface, std::string > |
|
using | dev::errinfo_path = boost::error_info< struct tag_path, std::string > |
|
using | dev::errinfo_nodeID = boost::error_info< struct tag_nodeID, h512 > |
|
◆ DEV_SIMPLE_EXCEPTION
◆ DEV_SIMPLE_EXCEPTION_RLP