#include <CryptoException.h>
Thrown when something goes with crypto.
|
| | CryptoException (std::string errorCode, const std::string &message, const long statusCode, const char *const technicalErrorMessage) |
| | Constructs new instance.
|
| | CryptoException (const std::string &errorCode, const std::string &message) |
| | Constructs new instance.
|
| | TendukeException (const std::string &message) |
| | Constructs new instance.
|
|
|
const std::string | errorCode |
| | Error code.
|
|
const long | statusCode |
| | Status code from underlying library.
|
|
const std::string | technicalErrorMessage |
| | Technical error message.
|
◆ CryptoException() [1/2]
| tenduke::crypto::CryptoException::CryptoException |
( |
std::string | errorCode, |
|
|
const std::string & | message, |
|
|
const long | statusCode, |
|
|
const char *const | technicalErrorMessage ) |
|
inline |
Constructs new instance.
- Parameters
-
| errorCode | - |
| message | - |
| statusCode | - |
| technicalErrorMessage | - |
◆ CryptoException() [2/2]
| tenduke::crypto::CryptoException::CryptoException |
( |
const std::string & | errorCode, |
|
|
const std::string & | message ) |
|
inline |
Constructs new instance.
- Parameters
-
The documentation for this class was generated from the following file: