Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
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.