JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::OnlineUnlockStatus::LicenseResult Struct Reference

The possible error strings that can applyKeyFile() can return on failure. More...

#include <juce_OnlineUnlockStatus.h>

Collaboration diagram for juce::OnlineUnlockStatus::LicenseResult:

Static Public Attributes

static constexpr auto badCredentials = "Credentials are invalid."
 
static constexpr auto badProductID = "ProductID is incorrect."
 
static constexpr auto licenseExpired = "License has expired."
 
static constexpr auto notReady = "ID generator is not ready, try again later."
 
static constexpr auto unlockFailed = "Generic unlock failure."
 

Detailed Description

The possible error strings that can applyKeyFile() can return on failure.

Member Data Documentation

◆ badCredentials

constexpr auto juce::OnlineUnlockStatus::LicenseResult::badCredentials = "Credentials are invalid."
staticconstexpr

◆ badProductID

constexpr auto juce::OnlineUnlockStatus::LicenseResult::badProductID = "ProductID is incorrect."
staticconstexpr

◆ licenseExpired

constexpr auto juce::OnlineUnlockStatus::LicenseResult::licenseExpired = "License has expired."
staticconstexpr

◆ notReady

constexpr auto juce::OnlineUnlockStatus::LicenseResult::notReady = "ID generator is not ready, try again later."
staticconstexpr

◆ unlockFailed

constexpr auto juce::OnlineUnlockStatus::LicenseResult::unlockFailed = "Generic unlock failure."
staticconstexpr

The documentation for this struct was generated from the following file: