join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::SaxCategory Class Reference

SAX API generic error category. More...

#include <sax.hpp>

Inheritance diagram for join::SaxCategory:
Collaboration diagram for join::SaxCategory:

Public Member Functions

virtual const char * name () const noexcept
 get SAX API generic error category name.
 
virtual std::string message (int code) const
 translate SAX API generic error code to human readable error string.
 

Detailed Description

SAX API generic error category.

Member Function Documentation

◆ message()

std::string SaxCategory::message ( int code) const
virtual

translate SAX API generic error code to human readable error string.

Parameters
codeerror code.
Returns
human readable error string.

◆ name()

const char * SaxCategory::name ( ) const
virtualnoexcept

get SAX API generic error category name.

Returns
deserializer generic error category name.

The documentation for this class was generated from the following files: