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
The request was not authorized — e.g. an invalid/expired JWT token or a 401/403 response from the server.
Failure when duplicate function is called and only the last one will be processed, other will return failure
The feature is disabled in the SDK configuration or from the dashboard.
The configuration used for SDK initialization was invalid.
The parameters provided to the method were invalid.
A network error occurred (e.g., no connectivity).
An error occurred while parsing data from the server.
The SDK is not in a valid state to perform the operation (e.g., not initialized).
An unexpected error occurred on the MoEngage server.
An unknown or unexpected error occurred.