# Ad Error

SDK를 통한 광고 실패에 대한 코드와 메시지를 아래와 같이 정의하고 있습니다.

<table><thead><tr><th>Code</th><th width="191.3754167895298">Message</th><th width="359">Description</th></tr></thead><tbody><tr><td>100</td><td>No fill.</td><td>광고 없음</td></tr><tr><td>101</td><td>Invalid ad request.</td><td>잘못된 요청 파라미터 (App ID, AdUnit ID 확인)</td></tr><tr><td>102</td><td>A network error occurred.</td><td><p>네트워크 오류 (서버통신 오류, 지속시 문의필요)</p><p>또는 잘못된 요청 파라미터 (App ID, AdUnit ID 확인)</p></td></tr><tr><td>103</td><td>No internet connection detected.</td><td>연결된 인터넷 정보 없음 (인터넷 연결상태 확인)</td></tr><tr><td>104</td><td>An internal error occurred.</td><td>내부 오류 (발생시 문의필요)</td></tr><tr><td>105</td><td>SDK must be initialized before ads loading.</td><td>SDK 초기화 미완료 (연동 실패)</td></tr><tr><td>106</td><td>Previous ad request is being processed.</td><td>중복 요청 (기존 요청이 끝나기전에 재요청)</td></tr><tr><td>107</td><td>An error occurred while loading content.</td><td>컨텐츠 로딩 오류 (웹뷰의 컨텐츠 로딩실패)</td></tr><tr><td>108</td><td>A server data error occurred.</td><td>서버 데이터 오류 (데이터 파싱, 지속시 문의필요)</td></tr><tr><td>109</td><td>Invalid ad layout.</td><td>레이아웃 설정 오류 (배너의 경우 잘못된 슬롯 사이즈, 네이티브의 경우 필수 요소가 빠진 상태)</td></tr><tr><td>110</td><td>Ad request was blocked with minimum time limit.</td><td>광고 요청의 시간 제한 (기존 요청의 시간 비교 후 서버 전송 없음)</td></tr><tr><td>111</td><td>An unspecified error occurred.</td><td>미디에이션 정보 없음</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform-business.gitbook.io/adx/ios/sdk-integration/ad-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
