LicenseTokenVerificationFailed

data class LicenseTokenVerificationFailed(val message: String) : DittoError.ActivationErrorReason

Verification of the provided license token failed.

Constructors

Link copied to clipboard
fun LicenseTokenVerificationFailed(message: String)

Properties

Link copied to clipboard
val message: String