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