10Duke Scale C++ Client
Loading...
Searching...
No Matches
LicenseReleaseError.h
1#ifndef TENDUKE_SE_LICENSING_LICENSERELEASEERROR_H
2#define TENDUKE_SE_LICENSING_LICENSERELEASEERROR_H
3
4#include "../LicensingError.h"
5
6namespace tenduke { namespace se { namespace licensing {
7
13{
14public:
21 const std::string &errorCode,
22 const std::string &errorDescription
24 {}
25
26};
27
28}}}
29
30#endif //TENDUKE_SE_LICENSING_LICENSERELEASEERROR_H
Describes error in license release at lease level.
Definition LicenseReleaseError.h:13
LicenseReleaseError(const std::string &errorCode, const std::string &errorDescription)
Constructs new instance.
Definition LicenseReleaseError.h:20
Common base for licensing operation errors (checkout, heartbeat, release).
Definition LicensingError.h:15
const std::string errorCode
Error code.
Definition LicensingError.h:31
const std::string errorDescription
Description.
Definition LicensingError.h:33
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7