1#ifndef PROTON_ERROR_HPP
2#define PROTON_ERROR_HPP
25#include "./internal/export.hpp"
A collection of key-value pairs.
Definition map.hpp:69
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.