|
10Duke Enterprise C++ Client
|
#include <CryptoException.h>
Thrown when something goes with crypto.
Public Member Functions | |
| 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. | |
Public Member Functions inherited from tenduke::TendukeException | |
| TendukeException (const std::string &message) | |
| Constructs new instance. | |
Public Attributes | |
| const std::string | errorCode |
| Error code. | |
| const long | statusCode |
| Status code from underlying library. | |
| const std::string | technicalErrorMessage |
| Technical error message. | |
|
inline |
Constructs new instance.
| errorCode | - |
| message | - |
| statusCode | - |
| technicalErrorMessage | - |
|
inline |
Constructs new instance.
| errorCode | - |
| message | - |