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