Class ADError


  • public final class ADError
    extends java.lang.Object
    [@enum] ADError [@const] ADErrorUnknown General errors that aren't covered by one of the more specific error reasons. [@const] ADErrorServerFailure Unable to request ads and their resources from the iAd service. [@const] ADErrorInventoryUnavailable No ads are available at the moment. Note that this error is *always* returned to iPhone apps running in compatibility mode on iPad, since ads are not supported in that configuration. [@const] ADErrorConfigurationError There are iAd configuration issues that need to be resolved before ads can be served. Generally, this means visiting ADC . [@const] ADErrorBannerVisibleWithoutContent The banner is visible but had no ad. Generally, this means a banner was made visible before the -bannerViewDidLoadAd: delegate method was called, or remained visible after the -bannerView:didFailToReceiveAdWithError: delegate method was called. [@const] ADErrorAdUnloaded The ad being displayed in the banner was unloaded. Some examples of when this might happen is when an ad expires, or when an ad is moved from a non-visible banner to a visible banner. [@const] ADErrorLoadingThrottled Unused. [@const] ADErrorApplicationInactive Unused. Error codes for NSErrors passed to the delegate via the bannerView:didFailToReceiveAdWithError: delegate method.