Describes an endpoint error state. More...
#include "./internal/export.hpp"#include "./internal/config.hpp"#include "./value.hpp"#include <string>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | error_condition |
| Describes an endpoint error state. More... | |
Namespaces | |
| proton | |
| The main Proton namespace. | |
Functions | |
| bool | operator== (const error_condition &x, const error_condition &y) |
| std::ostream & | operator<< (std::ostream &o, const error_condition &err) |
| Human readable string. | |
Describes an endpoint error state.