Qpid Proton C++ API  0.37.0
error_condition.hpp File Reference

Describes an endpoint error state. More...

#include "./internal/export.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.
 

Detailed Description

Describes an endpoint error state.