-jio-start-block-type-2
Manage errors in your application using JioAds SDK's onAdFailedToLoad
callback, incorporating JioAdError with essential APIs: getErrorTitle()
, getErrorDescription()
, and getErrorCode()
for detailed error logging and analysis.
Complete GETTING STARTED section and INITIALIZE SDK section before starting this section.
Below are the list of error codes which SDK provides to app.
-jio-tables
Error Code | Error Description |
---|---|
m101 | No ads in inventory |
m103 | Not connected to the internet |
m104 | Timeout while fetching media file |
m105 | Wrong ad type passed |
m106 | Error while network call |
m107 | Wrong UX type |
m108 | Network Error |
m109 | Mandatory parameters missing |
m110 | Ad rendition error |
m111 | Parsing error |
m112 | cacheAd failed |
m113 | Error while downloading ad |
m114 | Ad spot does not exist |
m115 | AD request not allowed |
m116 | Adspot is not linked to app/webiste |
m117 | Request from Invalid/restricted origin |
m118 | UA is Invalid/doesn't exist |
m119 | OS is Invalid/doesn't exist |
m120 | Error while fetching advid or uid |
m121 | AdPod Timeout error |
m122 | Restricted API. In order to use it, you need to make your app as trusted app from JioAds dashboard |
m123 | Player preparation failed |
m124 | User daily impression limit reached |
m125 | user lifetime impression limit reached |
m126 | user click daily limit reached |
m127 | user click lifetime limit reached |
m128 | user completed view daily limit reached |
m129 | user completed view lifetime limit reached |
m130 | user minute wise impression limit reached |
m131 | user hourly impression limit reached |
m132 | user click minute wise limit reached |
m133 | user click hourly limit reached |
m134 | user completed view minute wise limit reached |
m135 | user completed view hourly limit reached |
m136 | Invalid Ad Request Parameters |
m137 | Master Config Download failed |
m138 | Error during CTA click |
m139 | Mediation Error |
m140 | Not able to render backup ad |
m141 | JS Exception during targeting |
m142 | VMAP builder error |
m143 | LoadAd failed |
m145 | Video Ad Timeout Error |
m146 | Image file failed to download |
m148 | Wrong Ad size received |
-jio-end-block-type-2