Error Codes
During an app's lifecycle, there may be situations in which the sdk or an ad may fail. In such cases, the Mediation SDK creates an error object that includes a Mediation Error Code along with a message describing the error.
The following is a list of Mediation error code names and numbers for the iOS platform.
Code Name | Code | Description |
---|---|---|
NoAdFound | 0 | The SDK did not fill the ad. |
NoNetwork | 1 | No Network was detected. |
NoBidReturned | 2 | No bid was received from the server. |
NoBidPayload | 3 | Bid was received, but had no content. |
BidPayloadNotValid | 4 | The received bid had invalid content. |
OtherBidFailure | 5 | Bid returned was invalid. |
ServerError | 6 | The SDK received an error from the server. |
PartnerError | 7 | The SDK received an error from the partner adapter. |
PartnerSDKNotLinked | 8 | The partner SDK failed to properly communicate with our SDK. |
InvalidCredentials | 9 | Invalid credentials were used. |
InvalidConfig | 10 | The configuration was invalid. |
InternalError | 11 | An Internal SDK error occured. |
PartnerSDKTimeOut | 12 | The SDK timed out the partner SDK. |
AdTypeNotSupported | 13 | An unsupported ad type was used or found. |
PartnerSDKNotInitialized | 14 | The partner SDK failed to initialize. |
HeliumNotStarted | 15 | Mediation has not completed startup. |
InvalidRewardedCallbackURL | 16 | The rewarded callback url is invalid. |
Unknown | 99 | Unknown Error. |
Updated 5 days ago