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
Syntax
public enum LoadError : int
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | This occurs if a non-network error happens during instantiation service load. |
0 |
| NoFill | Error that occurs when the SDK fails to load an ad for an entire waterfall. |
1 |
| NetworkError | Error that occurs when the Mediation SDK InstantiationService call fails. |
2 |
| SdkNotInitialized | Error that occurs when an ad unit failed to load because the SDK was not initialized. |
3 |