Transport error.
More...
#include <transport_server.hpp>
|
enum | error {
no_error = 0,
auth_required,
invalid_auth,
invalid_port,
invalid_address,
invalid_hostname,
invalid_path,
invalid_family,
invalid_certificate,
invalid_private_key,
ssl_disabled,
not_supported
} |
| Transport related errors. More...
|
|
◆ error
Transport related errors.
Enumerator |
---|
no_error | No error.
Authentication is required.
|
auth_required | Authentication was invalid.
|
invalid_auth | Invalid TCP/IP port.
|
invalid_port | Invalid TCP/IP address.
|
invalid_address | The specified host was invalid.
|
invalid_hostname | Invalid unix local path.
|
invalid_path | Invalid IPv4/IPv6 family.
|
invalid_family | Invalid certificate given.
|
invalid_certificate | Invalid private key given.
|
invalid_private_key | SSL was requested but is disabled.
|
ssl_disabled | Kind of transport not supported on this platform.
|
not_supported | |
◆ transport_error()
irccd::daemon::transport_error::transport_error |
( |
error |
code | ) |
|
|
noexcept |
The documentation for this class was generated from the following file: