「Error Message」修訂間的差異

出自TAMedia
跳至導覽 跳至搜尋
imported>Wikiuser
imported>Wikiuser
 
行 1: 行 1:
<br>在要求廣告的過程當中可能會出現的錯誤訊息<br>
<br>在要求廣告的過程當中可能會出現的錯誤訊息<br>
NSError codes for TAD error domain.<br><br>
NSError codes for TAD error domain.<br><br>
[[IOS SDK Developer Guide v2|回iOS首頁]]<br>


====Error code: 1<br>發出的廣告要求是不合法的。(可能原因: 沒有放入廣告版位資訊)====
====Error code: 1<br>發出的廣告要求是不合法的。(可能原因: 沒有放入廣告版位資訊)====
行 24: 行 22:
====Error code: 7<br>不會發出廣告要求因為插頁廣告已經使用過====
====Error code: 7<br>不會發出廣告要求因為插頁廣告已經使用過====
Will not send request because the interstitial object has already been used.<br><br>
Will not send request because the interstitial object has already been used.<br><br>
[[IOS SDK 2.0 Developer Guide|回 iOS首頁]]

於 2021年11月18日 (四) 10:03 的最新修訂


在要求廣告的過程當中可能會出現的錯誤訊息
NSError codes for TAD error domain.

Error code: 1
發出的廣告要求是不合法的。(可能原因: 沒有放入廣告版位資訊)

The ad request is invalid. Typically this is because the ad did not have the ad unit ID.

Error code: 2
成功發出廣告要求,但沒有廣告傳回來。(可能原因: 廣告的量已經用完)

The ad request was successful, but no ad was returned.

Error code: 3
網路連接問題,無法傳輸資料。

There was an error loading data from the network.

Error code: 4
連接server的過程中發生錯誤。(可能原因: 網路不穩, server錯誤...)

The ad server experienced a failure processing the request.

Error code: 5
使用的裝置OS的版本未達最低要求。

The current device's OS is below the minimum required version.

Error code: 6
發出的廣告要求因無法在要求時間內得到回覆而Time out。(可能原因: 網路太慢, 連線不穩...)

The request was unable to be loaded before being timed out.

Error code: 7
不會發出廣告要求因為插頁廣告已經使用過

Will not send request because the interstitial object has already been used.