| CppWAMP
    C++11 client library for the WAMP protocol | 
std::error_category used for reporting errors at the transport layer. More...
#include <cppwamp/error.hpp>
Inherits std::error_category.
| Public Member Functions | |
| virtual const char * | name () const noexcept override | 
| Obtains the name of the category. | |
| virtual std::string | message (int ev) const override | 
| Obtains the explanatory string. | |
| virtual bool | equivalent (const std::error_code &code, int condition) const noexcept override | 
| Compares error_codeand and error condition for equivalence. | |
| Related Functions | |
| (Note that these are not member functions.) | |
| TransportCategory & | transportCategory () | 
| Obtains a reference to the static error category object for transport errors. | |
| std::error_code | make_error_code (TransportErrc errc) | 
| Creates an error code value from a TransportErrc enumerator. | |
| std::error_condition | make_error_condition (TransportErrc errc) | 
| Creates an error condition value from a TransportErrc enumerator. | |
std::error_category used for reporting errors at the transport layer.