1#ifndef PROTON_ERROR_HPP
2#define PROTON_ERROR_HPP
25#include "./internal/export.hpp"
The main Proton namespace.
Definition annotation_key.hpp:33
T coerce(const annotation_key &x)
Get the binary value or throw conversion_error.
Definition annotation_key.hpp:83
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.