Skip to main content

5.1. Error Location

5.1.1 Error Code List

Reminder: To get ad SDK logs, use the following commands to enable SDK logs, then filter by ADSDK after entering the scenario to get logs

adb shell setprop log.tag.ADSDK DEBUG
adb logcat | grep ADSDK

adb shell setprop log.tag.AD_NET_LOG DEBUG
adb logcat | grep AD_NET_LOG
Error CodeDescriptionTroubleshooting Direction
9000Network exceptionCheck device internet connection
9003Ad unit ID configuration errorContact operations personnel (server did not match ad data)
9009Ad unit unavailablePlease clear app cache, ensure internet connection for cloud configuration pull success, or contact operations to confirm if ad unit is enabled
9031Network request timeoutCheck device internet connection
9035Request successful but no ad fill1. Ensure device VPN is working, try triggering ad requests multiple times.
2. If Facebook and Admob ads consistently don't show, try different device and ad unit, as alliances have restrictions on frequent formal ad testing
9041Invalid AppIDEnsure initialization in main thread, confirm AppID correctness with operations personnel
9042Cloud control unavailablePlease clear app cache, ensure internet connection for cloud configuration pull success, or contact operations to confirm if ad unit is enabled
-10000Unknown error codePlease try getting test ads or change device to request again
20001No ad currently availablePlease try getting test ads or change device to request again
20002No ad currently availablePlease try getting test ads or change device to request again
20004Fill failure due to no networkCheck device internet connection
30001Third-party ad source initialization failedContact operations personnel (check if app ID or ad unit ID is valid)
30002Third-party ad source request timeoutPlease try getting test ads or change device to request again
30003Third-party ad source request failedPlease try getting test ads or change device to request again
30004Material loading failedPlease try getting test ads or change device to request again
30005Request object destroyed by mediaCheck destruction logic
40001No ads to display with network availablePlease try getting test ads or change device to request again
40002No offline ads to display without networkPlease try getting test ads or change device to request again
50001Ad display failedPlease try getting test ads or change device to request again
60001SDK initialization failed, no available AppIDContact operations personnel
60002Object already destroyedCheck if API call is correct
60003Splash ad display parameter exceptionCheck API call, check if parameters are correct
60004SDK internal logic exceptionOutput complete logs, submit to ad SDK developers
60005Native ad display parameter exceptionCheck API call, check if parameters are correct
60006Ad loading error because current ad is being displayedPlease request ad again
60007Display error, current scenario has sensitive content, ad cannot be displayedPlease try getting test ads or change device to request again
70001Request mediation SDK cloud control timeoutCheck device internet connection
70002Cloud control request exception: request exceptionPlease try getting test ads or change device to request again
70003Cloud control request exception: app ID does not exist on platformContact operations personnel
70004Cloud control request exception: package name and app ID don't matchContact operations personnel
70005Cloud control request exception: OS mismatchContact operations personnel
70006Cloud control request exception: app closed on platformContact operations personnel
70007Cannot query ad unit ID informationPlease go to Frequently Asked Questions
70008Daily ad display count reached limitContact operations personnel
70009Hourly ad display count reached limitContact operations personnel
70010Display interval time not met, cannot requestNeed to meet interval time requirement
70011No ad sources configured for current ad unitContact operations personnel
70012API used doesn't match current ad unit typeContact operations personnel
70013Ad unit has been closedContact operations personnel
70014Ad request failedPlease try getting test ads or change device to request again

5.1.2 Admob Ad Loading Failure Platform Reference Table

Error CodeError TypeDescription
0ErrorCode.ERROR_CODE_INTERNAL_ERRORInternal error. For example, received invalid response from ad server.
1ERROR_CODE_INVALID_REQUESTAd request invalid. For example, ad ID incorrect.
2ERROR_CODE_NETWORK_ERRORAd request unsuccessful due to network connection.
3ERROR_CODE_NO_FILLAd request successful but no ad returned due to lack of ad inventory.
8ERROR_CODE_APP_ID_MISSINGAd request not made due to missing app ID.
10ERROR_CODE_REQUEST_ID_MISMATCHRequest ID not found in ad string.
11ERROR_CODE_INVALID_AD_STRINGAd string invalid. For example, no request ID in ad string.
512MAX_CONTENT_URL_LENGTHMaximum content URL length.

5.1.3 Applovin Error Code Reference

5.1.4 Pangle Error Code Reference

5.1.5 Inmobi Error Code Reference

5.1.6 Mintegral Error Code Reference

5.1.7 Vungle Error Code Reference

5.1.8 Bigo Error Code Reference

5.1.9 Media Viewing Main Process Logs

Reminder: To view ad SDK main process logs for ad requests, use the following commands to enable SDK logs

adb shell setprop log.tag.Hisavana_Log DEBUG
adb logcat | grep Hisavana_Log