1#ifndef TENDUKE_SE_LICENSING_LICENSEHEARTBEATERROR_H
2#define TENDUKE_SE_LICENSING_LICENSEHEARTBEATERROR_H
4#include "../LicensingError.h"
LicenseHeartbeatError(const std::string &errorCode, const std::string &errorDescription, std::string oldLeaseId)
Constructs new instance.
Definition LicenseHeartbeatError.h:23
LicenseHeartbeatError(const std::string &errorCode, const std::string &errorDescription, std::string oldLeaseId)
Constructs new instance.
Definition LicenseHeartbeatError.h:23
const std::string oldLeaseId
The lease id, which failed and this error describe.
Definition LicenseHeartbeatError.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