CppWAMP
C++11 client library for the WAMP protocol
|
std::error_category used for reporting deserialization errors. 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_code and and error condition for equivalence. | |
Related Functions | |
(Note that these are not member functions.) | |
DecodingCategory & | decodingCategory () |
Obtains a reference to the static error category object for deserialization errors. | |
std::error_code | make_error_code (DecodingErrc errc) |
Creates an error code value from a DecodingErrc enumerator. | |
std::error_condition | make_error_condition (DecodingErrc errc) |
Creates an error condition value from a DecodingErrc enumerator. | |
std::error_category used for reporting deserialization errors.