licenseTokenVerificationFailed

data class licenseTokenVerificationFailed(message: String) : DittoError.ActivationErrorReason

Verification of the provided license token failed.

Constructors

licenseTokenVerificationFailed
Link copied to clipboard
fun licenseTokenVerificationFailed(message: String)

Properties

message
Link copied to clipboard
val message: String