1#ifndef TENDUKE_SE_LICENSING_LICENSECHECKOUTERROR_H
2#define TENDUKE_SE_LICENSING_LICENSECHECKOUTERROR_H
4#include "../LicensingError.h"
LicenseCheckoutError(const std::string &errorCode, const std::string &errorDescription, std::string productName)
Constructs new instance.
Definition LicenseCheckoutError.h:23
LicenseCheckoutError(const std::string &errorCode, const std::string &errorDescription, std::string productName)
Constructs new instance.
Definition LicenseCheckoutError.h:23
const std::string productName
Product name.
Definition LicenseCheckoutError.h:33
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
LicensingError(std::string errorCode, std::string errorDescription)
Constructs new instance.
Definition LicensingError.h:22
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16