ActivationErrorReason
The possible underlying reasons an .activationError error occurs.
- notActivatedError: The
Dittoinstance has not yet been activated, which is achieved via a successful call tosetAccessLicense. - 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.
-
The
Dittoinstance has not yet been activated, which is achieved via a successful call tosetAccessLicense. -
The provided license token has expired.
-
Verification of the provided license token failed.
-
The provided license token is in an unsupported future format.
ActivationErrorReason Enumeration Reference