10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::licensing::LicenseHeartbeatError Class Reference

#include <LicenseHeartbeatError.h>

Detailed Description

Describes error in heartbeat at lease-level.

The heartbeat request may heartbeat 1-n leases. Each one of them either succeeds or fails individually.

Inheritance diagram for tenduke::se::licensing::LicenseHeartbeatError:
tenduke::se::licensing::LicensingError

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.
 

Constructor & Destructor Documentation

◆ LicenseHeartbeatError()

tenduke::se::licensing::LicenseHeartbeatError::LicenseHeartbeatError ( const std::string &  errorCode,
const std::string &  errorDescription,
std::string  oldLeaseId 
)
inline

Constructs new instance.

Parameters
errorCode-
errorDescription-
oldLeaseId-

The documentation for this class was generated from the following file: