default_error_handler.hpp
1 #ifndef NOOS_CLOUD_DEFAULT_ERROR_HANDLER
2 #define NOOS_CLOUD_DEFAULT_ERROR_HANDLER
3 #include "includes.ihh"
4 namespace noos {
5 namespace cloud {
20 {
22  void operator()(boost::system::error_code & error) const;
23 
24  static const std::string error_message;
25 };
26 
27 }
28 }
29 #endif
Definition: asio_handler.hpp:14
default error handler will output on stderr
Definition: default_error_handler.hpp:19
void operator()(boost::system::error_code &error) const
operator which will show an output with the error obtained