1#ifndef PROTON_ERROR_HPP
2#define PROTON_ERROR_HPP
25#include "./internal/export.hpp"
40PN_CPP_CLASS_EXTERN
error :
public std::runtime_error {
42 PN_CPP_EXTERN
explicit error(
const std::string&);
43 PN_CPP_EXTERN
~error() throw();
The main Proton namespace.
Definition: annotation_key.hpp:33
An error converting between AMQP and C++ data.
Definition: error.hpp:56
conversion_error(const std::string &)
Construct the error with a message.
The base Proton error.
Definition: error.hpp:40
error(const std::string &)
Construct the error with a message.
An operation timed out.
Definition: error.hpp:48
timeout_error(const std::string &)
Construct the error with a message.