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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

error_with_diagnostics

A system_error with an embedded diagnostics object.

Synopsis

Defined in header <boost/mysql/error_with_diagnostics.hpp>

class error_with_diagnostics :
    public system_error
Member Functions

Name

Description

error_with_diagnostics [constructor]

Initializing constructor.

get_diagnostics

Retrieves the server diagnostics embedded in this object.

Description

Like boost::system::system_error, but adds a diagnostics member containing additional information.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext