|
10Duke Scale C++ Client
|
#include <LicenseHeartbeatError.h>
Describes error in heartbeat at lease-level.
The heartbeat request may heartbeat 1-n leases. Each one of them either succeeds or fails individually.
Public Member Functions | |
| LicenseHeartbeatError (const std::string &errorCode, const std::string &errorDescription, std::string oldLeaseId) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::se::licensing::LicensingError | |
| LicensingError (std::string errorCode, std::string errorDescription) | |
| Constructs new instance. | |
Public Attributes | |
| const std::string | oldLeaseId |
| The lease id, which failed and this error describe. | |
Public Attributes inherited from tenduke::se::licensing::LicensingError | |
| const std::string | errorCode |
| Error code. | |
| const std::string | errorDescription |
| Description. | |
|
inline |
Constructs new instance.
| errorCode | - |
| errorDescription | - |
| oldLeaseId | - |