-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 |
---|---|
m102 | Error while fetching UID |
m104 | No Fill |
m105 | Internet is not available |
m106 | Timeout while fetching ad |
m107 | Wrong UX type |
m108 | Network Error |
m109 | Mandatory params missing |
m110 | Ad Rendition error |
m111 | Ad JSON or XML VAST Parsing error |
m112 | cacheAd failed |
m113 | Error while downloading ad |
m114 | AdConfigModel fail or Ad Spot doesn't exists |
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, Contact your account manager for more details |
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 |
-jio-end-block-type-2