Refresh Error Code
Specifies the possible config data refresh error codes.
Entries
An unexpected error occurred during the refresh operation.
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.
The refresh operation failed because the client is in offline mode, it cannot initiate HTTP requests.
The refresh operation failed because a HTTP response indicating an invalid SDK Key was received (403 Forbidden or 404 Not Found).
The refresh operation failed because an invalid HTTP response was received (unexpected HTTP status code).
The refresh operation failed because the HTTP request timed out.
The refresh operation failed because the HTTP request failed (most likely, due to a local network issue).
The refresh operation failed because an invalid HTTP response was received (200 OK with an invalid content).
Initialization of the SDK timed out.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.