CEADErrorCode
Overview
These are the error code of the errors when failed to load ad.
Constants
CEADLoadErrorNone
CEADLoadErrorNone
Declaration
Value
0
CEADLoadErrorNoADCandidate
CEADLoadErrorNoADCandidate
Declaration
Value
1
Discussion
There is no ad to serve.
CEADLoadErrorTimeout
CEADLoadErrorTimeout
Declaration
Value
2
Discussion
It is timeout for your requesting.
CEADLoadErrorSDKNotReady
CEADLoadErrorSDKNotReady
Declaration
Value
3
Discussion
The initialization of SDK has not yet been completed, please wait few seconds.
CEADLoadErrorNoADCreative
CEADLoadErrorNoADCreative
Declaration
Value
4
Discussion
CEADLoadErrorNoADServing
CEADLoadErrorNoADServing
Declaration
Value
5
Discussion
This code appears when there are some ad to deliver, but none of them have creative loaded currently. In this case you can request for ad again later.
CEADLoadErrorInvalidPlacement
CEADLoadErrorInvalidPlacement
Declaration
Value
6
Discussion
This code appears when you request ad with wrong placement id. In this case please check ths placement id is set properly.
Last updated