Skip to content

LicenseClient_ActivationError

fumoboy007 edited this page Nov 14, 2020 · 1 revision

LicenseClient.ActivationError

public enum ActivationError

Inheritance

Error

Enumeration Cases

missingSystemInformation

case missingSystemInformation

networkFailure

case networkFailure(: Error?)

serverRejectedRequest

case serverRejectedRequest(httpStatusCode: Int)

missingServerResponse

case missingServerResponse

invalidServerResponse

case invalidServerResponse(: InvalidServerResponse)

licenseKeyNotFound

case licenseKeyNotFound

deviceQuotaExceeded

case deviceQuotaExceeded

unrecognizedServerError

case unrecognizedServerError(rawValue: String)

licenseValidationFailure

case licenseValidationFailure(: LicenseValidationError)