randolf.ca
1.00
Randolf Richardson's C++ classes
|
Exception for error: EAFNOSUPPORT
.
More...
#include <rex>
Public Member Functions | |
const long | err_no () const noexcept |
Find out what the errno (or OpenSSL's ERR_get_error() number) was that caused this exception to be thrown. | |
const char * | what () const noexcept |
Find out what the reason (usually the error code, e.g., EAGAIN) was for this exception to be thrown. | |
Exception for error: EAFNOSUPPORT
.
|
inlinenoexceptinherited |
Find out what the errno
(or OpenSSL's ERR_get_error()
number) was that caused this exception to be thrown.
|
inlinenoexceptinherited |
Find out what the reason (usually the error code, e.g., EAGAIN) was for this exception to be thrown.