|
10Duke Scale C++ Client
|
#include <LicenseReleaseResponse.h>
Response from license release call.
Note that 0-n licenses can fail and 0-n licenses can succeed at the same time.
Public Member Functions | |
| LicenseReleaseResponse (const std::vector<::tenduke::se::licensing::LicenseReleaseResult > &results, const std::vector<::tenduke::se::licensing::LicenseReleaseError > &errors) | |
| Constructs new instance. | |
| bool | hasErrors () const |
| Checks if any lease failed to release. | |
Public Attributes | |
| const std::vector<::tenduke::se::licensing::LicenseReleaseError > | errors |
| Errors. | |
| const std::vector<::tenduke::se::licensing::LicenseReleaseResult > | results |
| Sccessfully released leases. | |
|
inlineexplicit |
Constructs new instance.
| results | successfully released leases |
| errors | failed leases |
|
inline |
Checks if any lease failed to release.