# 응답 에러 코드 및 샘플 프로젝트

## 응답 에러 코드

각 광고 별 이벤트 리스너로 전달되는 에러코드의 정의입니다.

<table><thead><tr><th width="138">코드</th><th>메세지</th><th>설명</th></tr></thead><tbody><tr><td>200</td><td>Exception</td><td>일반 에러</td></tr><tr><td>1000</td><td>Invalid Parameter</td><td>잘못된 파라미터</td></tr><tr><td>9999</td><td>Unknown Sever Error</td><td>알려지지 않은 서버 에러</td></tr><tr><td>2000</td><td>Invalid Media Key</td><td>잘못된 앱키</td></tr><tr><td>2030</td><td>Invalid Spot Key</td><td>잘못된 스팟키</td></tr><tr><td>2100</td><td>Empty Campaign</td><td>광고 없음</td></tr><tr><td>2200</td><td>Invalid Third Party Name</td><td>외부 네트워크 정보 로드 실패</td></tr><tr><td>3200</td><td>Native Spot Does Not Initialized</td><td>네이티브 설정 초기화 오류</td></tr><tr><td>5000</td><td>Sever Timeout</td><td>서버 타임 아웃</td></tr><tr><td>5001</td><td>Load Ad Failed</td><td>특정 네트워크 광고 로드의 실패</td></tr><tr><td>5002</td><td>No Ad</td><td>모든 네트워크 광고 로드의 실패</td></tr></tbody></table>

## 샘플 프로젝트

제공되는 가이드를 참고하여서 연동을 진행하는 과정에서 어려움이 있으신 분들은

아래 SSP Android 샘플 프로젝트를 참고하여서 연동을 진행 부탁 드립니다.

> [애드팝콘 SSP JAVA 샘플 프로젝트 다운로드](https://github.com/IGAWorksDev/AdPopcornSDK/raw/master/AdPopcornSSP/05-etc/AdPopcornSSPSample_240215.zip)

> [애드팝콘 SSP Kotlin 샘플 프로젝트 다운로드](https://github.com/IGAWorksDev/AdPopcornSDK/raw/master/AdPopcornSSP/05-etc/AdPopcornSSPKotlinSample_240215.zip)


---

# 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://adpopcornssp.gitbook.io/ssp-sdk/sdk/android/undefined-9.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.
