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

#include <LicenseCheckoutError.h>

Detailed Description

Describes error in checkout at license level.

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

Public Member Functions

 LicenseCheckoutError (const std::string &errorCode, const std::string &errorDescription, std::string productName)
 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 productName
 Product name.
 
- Public Attributes inherited from tenduke::se::licensing::LicensingError
const std::string errorCode
 Error code.
 
const std::string errorDescription
 Description.
 

Constructor & Destructor Documentation

◆ LicenseCheckoutError()

tenduke::se::licensing::LicenseCheckoutError::LicenseCheckoutError ( const std::string &  errorCode,
const std::string &  errorDescription,
std::string  productName 
)
inline

Constructs new instance.

Parameters
errorCode-
errorDescription-
productName-

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