RefreshErrorCode

Specifies the possible config data refresh error codes.

Entries

Link copied to clipboard

An unexpected error occurred during the refresh operation.

Link copied to clipboard

No error occurred (the refresh operation was successful).

Link copied to clipboard

The refresh operation failed because the client is configured to use the OverrideBehaviour.LocalOnly override behavior, which prevents synchronization with the external cache and making HTTP requests.

Link copied to clipboard

The refresh operation failed because the client is in offline mode, it cannot initiate HTTP requests.

Link copied to clipboard

The refresh operation failed because a HTTP response indicating an invalid SDK Key was received (403 Forbidden or 404 Not Found).

Link copied to clipboard

The refresh operation failed because an invalid HTTP response was received (unexpected HTTP status code).

Link copied to clipboard

The refresh operation failed because the HTTP request timed out.

Link copied to clipboard

The refresh operation failed because the HTTP request failed (most likely, due to a local network issue).

Link copied to clipboard

The refresh operation failed because an invalid HTTP response was received (200 OK with an invalid content).

Link copied to clipboard

Initialization of the SDK timed out.

Properties

Link copied to clipboard
val code: Int
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

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.