join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
tls_error.hpp File Reference
#include <system_error>
Include dependency graph for tls_error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::TlsCategory
 TLS error category. More...
 
struct  std::is_error_condition_enum< join::TlsErrc >
 TLS error code specialization. More...
 

Namespaces

namespace  join
 
namespace  std
 

Enumerations

enum class  join::TlsErrc { join::TlsCloseNotifyAlert = 1 , join::TlsProtocolError }
 TLS error codes. More...
 

Functions

const std::error_category & join::getTlsCategory ()
 get error category.
 
std::error_code join::make_error_code (TlsErrc code)
 create an std::error_code object.
 
std::error_condition join::make_error_condition (TlsErrc code)
 create an std::error_condition object.