10 #ifndef BOOST_BEAST_ERROR_HPP 11 #define BOOST_BEAST_ERROR_HPP 14 #include <boost/system/error_code.hpp> 15 #include <boost/system/system_error.hpp> 30 #if BOOST_BEAST_DOXYGEN 34 using boost::system::generic_category;
38 #if BOOST_BEAST_DOXYGEN 42 using boost::system::system_category;
49 #if BOOST_BEAST_DOXYGEN 52 namespace errc = boost::system::errc;
Definition: async_result.hpp:20
boost::system::error_condition error_condition
The type of error condition used by the library.
Definition: error.hpp:46
boost::system::error_category error_category
The type of error category used by the library.
Definition: error.hpp:27
boost::system::error_code error_code
The type of error code used by the library.
Definition: error.hpp:21
boost::system::system_error system_error
The type of system error thrown by the library.
Definition: error.hpp:24