Activation Error Reason
The possible underlying reasons an ActivationError occurs.
Inheritors
Types
Link copied to clipboard
The provided license token has expired.
Link copied to clipboard
data class LicenseTokenUnsupportedFutureVersion(val message: String) : DittoError.ActivationErrorReason
The provided license token is in an unsupported future format.
Link copied to clipboard
Verification of the provided license token failed.
Link copied to clipboard
The Ditto instance has not yet been activated, which is achieved via a successful call to Ditto.setOfflineOnlyLicenseToken.