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