ActivationErrorReason

public enum ActivationErrorReason

The possible underlying reasons an .activationError error occurs.

  • notActivatedError: The Ditto instance has not yet been activated, which is achieved via a successful call to setAccessLicense.
  • licenseTokenExpired: The provided license token has expired.
  • licenseTokenVerificationFailed: Verification of the provided license token failed.
  • licenseTokenUnsupportedFutureVersion: The provided license token is in an unsupported future format.