ErrorType

Types of errors that may be reported by the Granify SDK.

Entries

Link copied to clipboard

Reported when attempting to initialize the SDK more than once with activateGranify.

Link copied to clipboard

Reported when incorrectly using a method that requires activateGranify to first be called. Refer to method documentation in the Granify class to determine which methods require an activated SDK.

Link copied to clipboard

Reported when the SDK reaches a failure state. A failure state occurs when an unchecked error occurs in the SDK or when processing cannot be performed in soft real-time.

Link copied to clipboard

Reported when loading the application's configuration from the server failed. The configuration is loaded while processing a call to activateGranify.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): ErrorType

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.