|
10Duke Scale C++ Client
|
#include <LicenseCheckoutError.h>
Describes error in checkout at license level.
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. | |
|
inline |
Constructs new instance.
| errorCode | - |
| errorDescription | - |
| productName | - |