SDK Error Codes
The MobileFuse SDK will return the following errors:
| Code | Name | Description |
|---|---|---|
| 1 | AD_ALREADY_LOADED | Cannot load this ad - it is already loaded |
| 3 | AD_RUNTIME_ERROR | There was an error while attempting to display the ad such as a bad campaign or invalid ad markup |
| 4 | AD_ALREADY_RENDERED | Cannot show this ad - it has already been displayed (call LoadAd again) |
| 5 | AD_LOAD_ERROR | The ad failed to load |
Updated almost 3 years ago