Virgil Security Crypto library
1.8.2
|
Encapsulates low-level domain error of the PolarSSL framework. More...
#include <PolarsslException.h>
Public Member Functions | |
Constructor | |
PolarsslException (int errCode) | |
Creates PolarsslException class object for a given error code. More... | |
Destructor | |
virtual | ~PolarsslException () throw () |
Info | |
int | errCode () const throw () |
Provide low-level PolarSSL fremowork error code. More... | |
Public Member Functions inherited from virgil::crypto::VirgilCryptoException | |
VirgilCryptoException (const std::string &what) | |
Construct exception with detailed information about it. | |
Encapsulates low-level domain error of the PolarSSL framework.
|
explicit |
Creates PolarsslException class object for a given error code.
Human-readable error description can be found in the inherited what() method.
errCode | - error code returned by one of the underlying PolarSSL framework functions. |
int virgil::crypto::foundation::PolarsslException::errCode | ( | ) | const | |
throw | ( | |||
) |
Provide low-level PolarSSL fremowork error code.