#include <error.hpp>
Definition at line 32 of file error.hpp.
◆ MbedTLSException() [1/4]
| openvpn::MbedTLSException::MbedTLSException |
( |
| ) |
|
|
inline |
◆ MbedTLSException() [2/4]
| openvpn::MbedTLSException::MbedTLSException |
( |
const std::string & |
error_text | ) |
|
|
inlineexplicit |
◆ MbedTLSException() [3/4]
| openvpn::MbedTLSException::MbedTLSException |
( |
const std::string & |
error_text, |
|
|
const Error::Type |
code, |
|
|
const bool |
fatal |
|
) |
| |
|
inlineexplicit |
◆ MbedTLSException() [4/4]
| openvpn::MbedTLSException::MbedTLSException |
( |
const std::string & |
error_text, |
|
|
const int |
mbedtls_errnum |
|
) |
| |
|
inlineexplicit |
◆ ~MbedTLSException()
| virtual openvpn::MbedTLSException::~MbedTLSException |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ get_errnum()
| int openvpn::MbedTLSException::get_errnum |
( |
| ) |
const |
|
inline |
◆ mbedtls_errtext()
| static std::string openvpn::MbedTLSException::mbedtls_errtext |
( |
int |
errnum | ) |
|
|
inlinestatic |
◆ mbedtls_verify_flags_errtext()
| static std::string openvpn::MbedTLSException::mbedtls_verify_flags_errtext |
( |
const uint32_t |
flags | ) |
|
|
inlinestatic |
◆ what()
| const char * openvpn::MbedTLSException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ what_str()
| std::string openvpn::MbedTLSException::what_str |
( |
| ) |
const |
|
inline |
◆ errnum
| int openvpn::MbedTLSException::errnum |
|
private |
◆ errtxt
| std::string openvpn::MbedTLSException::errtxt |
|
private |
The documentation for this class was generated from the following file: