MoERequestFailureReason

Represents a reason for a failure within the MoEngage SDK.

New module-specific codes should be defined in a sub-interface within the respective module.

Author

Gowtham KK

Since

10.0.0

Inheritors

Types

Link copied to clipboard

The request was not authorized — e.g. an invalid/expired JWT token or a 401/403 response from the server.

Link copied to clipboard

Failure when duplicate function is called and only the last one will be processed, other will return failure

Link copied to clipboard

The feature is disabled in the SDK configuration or from the dashboard.

Link copied to clipboard

The configuration used for SDK initialization was invalid.

Link copied to clipboard

The parameters provided to the method were invalid.

Link copied to clipboard

A network error occurred (e.g., no connectivity).

Link copied to clipboard

An error occurred while parsing data from the server.

Link copied to clipboard

The SDK is not in a valid state to perform the operation (e.g., not initialized).

Link copied to clipboard

An unexpected error occurred on the MoEngage server.

Link copied to clipboard

An unknown or unexpected error occurred.