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 |
|---|---|---|
| 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. |
|
| Unknown | This occurs if a non-network error happens during instantiation service load. |