Enum LoadError
Enum for Mediation SDK load error codes to be surfaced to the developer.
NoFill: Error that occurs when the sdk fails to load an ad for an entire waterfall.
NetworkError: Error that occurs when the Mediation SDK InstantiationService call fails.
Unknown: This occurs if a non-network error happens during instantiation service load.
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public enum LoadError
Fields
| Name | Description |
|---|---|
| AdUnitLoading | The ad unit is already loading an ad |
| AdUnitShowing | The ad unit is currently showing an ad and cannot be loaded until ad playback has completed. |
| MissingMandatoryMemberValues | The ad unit is missing mandatory member values |
| NetworkError | Error that occurs when the Mediation SDK InstantiationService call fails. |
| NoFill | Error that occurs when the SDK fails to load an ad for an entire waterfall. |
| SdkNotInitialized | Error that occurs when an ad unit failed to load because the SDK was not initialized. |
| TooManyLoadRequests | Error that occurs when there is too many load requests. |
| Unknown | This occurs if a non-network error happens during instantiation service load. |