Enum UnityAdsLoadError
The enumerated causes of an ad failing to load.
Namespace: UnityEngine.Advertisements
Assembly: UnityEngine.Advertisements.dll
Syntax
public enum UnityAdsLoadError
Fields
| Name | Description |
|---|---|
| INITIALIZE_FAILED | The SDK is not properly initialized. |
| INTERNAL_ERROR | An internal Unity Ads service error occurred. |
| INVALID_ARGUMENT | Load failed due to invalid parameters. |
| NO_FILL | No ad content was available to load. |
| TIMEOUT | The ad did not load within a specified timeframe. |
| UNKNOWN | An UNKNOWN error occurred |