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

#include <LicensingError.h>

Detailed Description

Common base for licensing operation errors (checkout, heartbeat, release).

Licensing errors are returned in the operation results.

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

Public Member Functions

 LicensingError (std::string errorCode, std::string errorDescription)
 Constructs new instance.
 

Public Attributes

const std::string errorCode
 Error code.
 
const std::string errorDescription
 Description.
 

Constructor & Destructor Documentation

◆ LicensingError()

tenduke::se::licensing::LicensingError::LicensingError ( std::string  errorCode,
std::string  errorDescription 
)
inline

Constructs new instance.

Parameters
errorCode-
errorDescription-

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