The possible error strings that can applyKeyFile() can return on failure.
More...
#include <juce_OnlineUnlockStatus.h>
|
static constexpr auto | notReady = "ID generator is not ready, try again later." |
|
static constexpr auto | badCredentials = "Credentials are invalid." |
|
static constexpr auto | badProductID = "ProductID is incorrect." |
|
static constexpr auto | licenseExpired = "License has expired." |
|
static constexpr auto | unlockFailed = "Generic unlock failure." |
|
The possible error strings that can applyKeyFile() can return on failure.
◆ notReady
auto OnlineUnlockStatus::LicenseResult::notReady = "ID generator is not ready, try again later." |
|
staticconstexpr |
◆ badCredentials
auto OnlineUnlockStatus::LicenseResult::badCredentials = "Credentials are invalid." |
|
staticconstexpr |
◆ badProductID
auto OnlineUnlockStatus::LicenseResult::badProductID = "ProductID is incorrect." |
|
staticconstexpr |
◆ licenseExpired
auto OnlineUnlockStatus::LicenseResult::licenseExpired = "License has expired." |
|
staticconstexpr |
◆ unlockFailed
auto OnlineUnlockStatus::LicenseResult::unlockFailed = "Generic unlock failure." |
|
staticconstexpr |
The documentation for this struct was generated from the following file: