enum | VuLicenseConfigError : int32_t { VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_MISSING_KEY = 0x200 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_INVALID_KEY = 0x201 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_NO_NETWORK_PERMANENT = 0x202 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_NO_NETWORK_TRANSIENT = 0x203 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_BAD_REQUEST , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_KEY_CANCELED = 0x205 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_PRODUCT_TYPE_MISMATCH = 0x206 , VU_ENGINE_CREATION_ERROR_LICENSE_CONFIG_UNKNOWN = 0x207 } |
License configuration error code type for errors occurring when creating a Vuforia Engine instance. More... | |
VuLicenseConfig | vuLicenseConfigDefault () |
Default license configuration. | |
VuResult | vuEngineConfigSetAddLicenseConfig (VuEngineConfigSet *configSet, const VuLicenseConfig *config) |
Add a license configuration to the engine configuration. | |
enum VuLicenseConfigError : int32_t |
License configuration error code type for errors occurring when creating a Vuforia Engine instance.
errorCode
parameter of the vuEngineCreate() function if an error related to applying the license configuration occurs while initializing the new Engine instance.VuLicenseConfig vuLicenseConfigDefault | ( | ) |
Default license configuration.