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

TLS error category. More...

#include <socket.hpp>

Inheritance diagram for join::TlsCategory:
Collaboration diagram for join::TlsCategory:

Public Member Functions

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

Detailed Description

TLS error category.

Member Function Documentation

◆ message()

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

translate digest error code to human readable error string.

Parameters
codeerror code.
Returns
human readable error string.

◆ name()

const char * TlsCategory::name ( ) const
virtualnoexcept

get digest error category name.

Returns
digest error category name.

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