1#ifndef TENDUKE_CRYPTO_CRYPTOEXCEPTION_H
2#define TENDUKE_CRYPTO_CRYPTOEXCEPTION_H
4#include "TendukeException.h"
25 const std::string &message,
38 const std::string &message
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
Thrown when something goes with crypto.
Definition CryptoException.h:14
CryptoException(const std::string &errorCode, const std::string &message)
Constructs new instance.
Definition CryptoException.h:36
const std::string errorCode
Error code.
Definition CryptoException.h:44
const std::string technicalErrorMessage
Technical error message.
Definition CryptoException.h:48
CryptoException(std::string errorCode, const std::string &message, const long statusCode, const char *const technicalErrorMessage)
Constructs new instance.
Definition CryptoException.h:23
const long statusCode
Status code from underlying library.
Definition CryptoException.h:46
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4