ゴミ箱
format.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <boost/system/error_code.hpp>
4 
8 namespace utils {
19  void log_error(const boost::system::error_code& error, const char* prefix);
20 }
error
Error codes returned from HTTP algorithms and operations.
Definition: error.hpp:21
boost::system::error_code error_code
The type of error code used by the library.
Definition: error.hpp:21
void log_error(const boost::system::error_code &error)
Definition: format.cpp:7
Definition: convert.hpp:7