# 에러코드

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

|  code | message                                           | description                                                       |
| :---: | ------------------------------------------------- | ----------------------------------------------------------------- |
| `100` | No fill.                                          | 광고 없음                                                             |
| `101` | Invalid ad request.                               | 잘못된 요청 파라미터 (Media ID, Slot ID, Bundle ID 확인)                     |
| `102` | A network error occurred.                         | 네트워크 오류 (서버통신 오류, 지속시 문의필요)                                       |
| `103` | No internet connection detected.                  | 연결된 인터넷 정보 없음 (인터넷 연결상태 확인)                                       |
| `104` | An internal error occurred.                       | 내부 오류 (발생시 문의필요)                                                  |
| `105` | AdPie SDK must be initialized before ads loading. | SDK 초기화 미완료 (연동 실패)                                               |
| `106` | Previous ad request is being processed.           | 중복 요청 (기존 요청이 끝나기전에 재요청)                                          |
| `107` | An error occurred while loading content.          | 컨텐츠 로딩 오류 (웹뷰의 컨텐츠 로딩실패)                                          |
| `108` | A server data error occurred.                     | 서버 데이터 오류 (데이터 파싱, 지속시 문의필요)                                      |
| `109` | Invalid ad layout.                                | 레이아웃 설정 오류 (배너의 경우 백그라운드 상태이거나 잘못된 슬롯 사이즈, 네이티브의 경우 필수 요소가 빠진 상태) |
| `110` | Ad request was blocked with minimum time limit.   | 광고 요청의 시간 제한 (기존 요청의 시간 비교 후 서버 전송 없음)                            |


---

# 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/adpie/ios/common/errorcode.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.
