...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A system_error with an embedded diagnostics object.
Defined in header <boost/mysql/error_with_diagnostics.hpp>
class error_with_diagnostics : public system::system_error
Name |
Description |
---|---|
error_with_diagnostics [constructor] |
Initializing constructor. |
Retrieves the server diagnostics embedded in this object. |
Like boost::system::system_error
, but adds a diagnostics
member containing additional
information.