Does anyone know where to find a reference for boost error codes. In particular, error codes returned by asynchronous socket handlers?, Google and grepping the header files have tuned up empty.
Thanks.
Does anyone know where to find a reference for boost error codes. In particular, error codes returned by asynchronous socket handlers?, Google and grepping the header files have tuned up empty.
Thanks.
It looks (from my relatively limited googling) like those are actually system codes. More info here: http://en.highscore.de/cpp/boost/errorhandling.html
Are you using boost::system? This may provide some light: http://www.boost.org/doc/libs/1_44_0/libs/system/doc/index.html