|
10Duke Scale C++ Client
|
#include <LicensingError.h>
Common base for licensing operation errors (checkout, heartbeat, release).
Licensing errors are returned in the operation results.
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. | |
|
inline |
Constructs new instance.
| errorCode | - |
| errorDescription | - |