-
Notifications
You must be signed in to change notification settings - Fork 4
Error Code
CMAdSDK edited this page May 18, 2016
·
30 revisions
- Error Code
| ErrorCode | Cause | Solution |
| 10001 | Failed to load the configuration file | Confirm wether configed the file in the Advertising platform |
| 10002 | Have no Ad data | Make sure Ads get ready in the Advertising platform |
| 10003 | Internal Error | Please feed back,we will check out. |
| 10004 | Time out | The current network is unstable or the network is slow, please checkthe network environment or try again later |
| 10005 | The mediation adapter in the sdk not match the configuration file. | Make sure the name of adapter in configuration file match with the adapter offered you. |
| 10006 | NETWORK_ERROR | The error code has been discontinued. |
| 10007 | Too frequently to load ad | Please retrying latert or clear the application data and retry. |
| 10008 | PICKS_LOAD_ERROR | The error code has been discontinued. |
| 10009 | Wrong parameters | Wrong parameters |
| 10010 | The size of CMNativeBannerView not seted. | Please call setAdSize(CMBannerAdSize adSize),set the size of the CMNativeBannerView. |
| 10011 | The configuration file not contains the posid used. | Confirm the configuration file configed correct in the Advertising platform. |
| 10012 | The method of applicationInit not compeleted before call loadAd(). | CMAdManager.applicationInit(Context context, String mid, String channelId) should have completed before call loadAd(),we suggested that integrate the applicationInit in the class of Application. |
| 10013 | Mid not match with posid. | Check wether the mid match with the posid. |
| 10014 | No any loader called. | Confirm wether configed the proguard file. |
| 10015 | The length of posid not correct | Please check the posid,make sure it's right.posid should like “1094101”. |
| 10016 | The type of Ad manager used not match with the configuration file. | Make sure the type of Ad manager used match with the configuration file in the Advertising platform. |