CEADErrorCode

Overview

These are the error code of the errors when failed to load ad.

Constants

CEADLoadErrorNone

Declaration

CEADLoadErrorNone

Value

0

CEADLoadErrorNoADCandidate

Declaration

CEADLoadErrorNoADCandidate

Value

1

Discussion

There is no ad to serve.

CEADLoadErrorTimeout

Declaration

CEADLoadErrorTimeout

Value

2

Discussion

It is timeout for your requesting.

CEADLoadErrorSDKNotReady

Declaration

CEADLoadErrorSDKNotReady

Value

3

Discussion

The initialization of SDK has not yet been completed, please wait few seconds.

CEADLoadErrorNoADCreative

Declaration

CEADLoadErrorNoADCreative

Value

4

Discussion

CEADLoadErrorNoADServing

Declaration

CEADLoadErrorNoADServing

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

Declaration

CEADLoadErrorInvalidPlacement

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