Error Code | Title | Description | Troubleshoot |
---|---|---|---|
1000 | HTTP_REQUEST | An error occurred while making an HTTP request. | Check your internet connection and try again. |
1001 | HTTP_BOOT_REQUEST | An error occurred during the HTTP boot request. | Verify your configurations. Ensure you have a valid publisher token and the correct environment set. |
1002 | HTTP_SESSION_REQUEST | An error occurred during the HTTP session request. | Check whether the session model contains invalid arguments, or if the configuration is set to a different environment. |
2000 | BOOT_INITIALIZATION | Failed to initialize checkout due to configuration issues. | One or more configuration values are missing or incorrect. Verify the publisher token and environment settings. |
3000 | PURCHASE_CANCELED | Purchase canceled. | The purchase was canceled. Check whether the player closed or refreshed the checkout window, and prompt them to restart the checkout process. |
3001 | PURCHASE_ALREADY_CANCELED | Attempted to cancel an already-canceled purchase. | Check whether the player minimized the checkout window, triggering automatic cancellation, and prompt them to restart the checkout process. . |
3002 | PURCHASE_CLOSED_AND_CANCELED | Purchase canceled because checkout window was closed. | The player closed the checkout window, which canceled both the purchase and session. Prompt the player to restart the checkout process. |
3003 | PURCHASE_FAILED | Purchase failed. | Check logs or error event data to determine the cause of the failure. |
8000 | RUNTIME_ERROR | A runtime error occurred. | Runtime errors are rare and typically happen when the app interferes with the SDK’s threads. Ensure that all SDK methods are called on the main thread. |
9999 | UNKNOWN_ERROR | An unknown error occurred. | If the issue persists, contact support for assistance. |