|
10Duke Scale C++ Client
|
#include <LicenseReleaseError.h>
Describes error in license release at lease level.
The release request may release 1-n leases. Each one of them either succeeds or fails individually.
Public Member Functions | |
| LicenseReleaseError (const std::string &errorCode, const std::string &errorDescription) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::se::licensing::LicensingError | |
| LicensingError (std::string errorCode, std::string errorDescription) | |
| Constructs new instance. | |
Additional Inherited Members | |
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 | - |