Error Code
enum ErrorCode
Entries
Link copied to clipboard
The key is not in the expected format, or has been tampered with.
Link copied to clipboard
The key is expired relative to the current date
Link copied to clipboard
A date was invalid when attempting to compare the key's expiration date to the current date.
Link copied to clipboard
The demo has run out of time. The SDK is considered in demo mode when the license key has not been initialized. This is why we don't raise an error when the SDK isn't initialized.
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.