10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::crypto::CryptoException Class Reference

#include <CryptoException.h>

Detailed Description

Thrown when something goes with crypto.

Inheritance diagram for tenduke::crypto::CryptoException:
tenduke::TendukeException

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.
 

Constructor & Destructor Documentation

◆ 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
errorCode-
message-

The documentation for this class was generated from the following file: