> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/tools/alc/alc-v2-reference/interfaces_/v2-applicensechecker.responsecode.md).

# V2 AppLicenseChecker.ResponseCode

public static @interface AppLicenseChecker.ResponseCode\
com.onestore.extern.licensing.AppLicenseChecker.ResponseCode\
\
\
ALC 응답코드

## Constants <a href="#v2applicensechecker.responsecode-constants" id="v2applicensechecker.responsecode-constants"></a>

***

<br>

### RESULT\_OK <a href="#v2applicensechecker.responsecode-result_ok" id="v2applicensechecker.responsecode-result_ok"></a>

int RESULT\_OK

성공

Constant value : 0

### RESULT\_UNKNOWN <a href="#v2applicensechecker.responsecode-result_unknown" id="v2applicensechecker.responsecode-result_unknown"></a>

int RESULT\_UNKNOWN

알 수 없는 오류가 발생하였습니다.

Constant value : -1

### RESULT\_USER\_CANCELED <a href="#v2applicensechecker.responsecode-result_user_canceled" id="v2applicensechecker.responsecode-result_user_canceled"></a>

int RESULT\_USER\_CANCELED

사용자가 로그인을 취소한 상태입니다.

Constant value : 1

### RESULT\_SERVICE\_UNAVAILABLE <a href="#v2applicensechecker.responsecode-result_service_unavailable" id="v2applicensechecker.responsecode-result_service_unavailable"></a>

int RESULT\_SERVICE\_UNAVAILABLE

단말 또는 서버 네트워크 오류가 발생하였습니다.

Constant value : 2

### RESULT\_ALC\_UNAVAILABLE <a href="#v2applicensechecker.responsecode-result_alc_unavailable" id="v2applicensechecker.responsecode-result_alc_unavailable"></a>

int RESULT\_ALC\_UNAVAILABLE

ALC API 버전 정보가 낮은 상태입니다.

Constant value : 3

### RESULT\_DEVELOPER\_ERROR <a href="#v2applicensechecker.responsecode-result_developer_error" id="v2applicensechecker.responsecode-result_developer_error"></a>

int RESULT\_DEVELOPER\_ERROR

파라미터가 유효하지 않은 상태입니다.

Constant value : 5

### RESULT\_ERROR <a href="#v2applicensechecker.responsecode-result_error" id="v2applicensechecker.responsecode-result_error"></a>

int RESULT\_ERROR

정의되지 않은 기타 오류가 발생하였습니다.

Constant value : 6

### RESULT\_NEED\_LOGIN <a href="#v2applicensechecker.responsecode-result_need_login" id="v2applicensechecker.responsecode-result_need_login"></a>

int RESULT\_NEED\_LOGIN

원스토어 앱 로그인이 필요합니다.

Constant value : 10

### RESULT\_NEED\_UPDATE <a href="#v2applicensechecker.responsecode-result_need_update" id="v2applicensechecker.responsecode-result_need_update"></a>

int RESULT\_NEED\_UPDATE

원스토어 서비스 앱을 업데이트 하거나 설치해야 합니다.

Constant value : 11

### ERROR\_SERVICE\_UNAVAILABLE <a href="#v2applicensechecker.responsecode-error_service_unavailable" id="v2applicensechecker.responsecode-error_service_unavailable"></a>

int ERROR\_SERVICE\_UNAVAILABLE

일시적인 서비스 오류가 발생하였습니다.

Constant value : 2000

### ERROR\_SERVICE\_TIME <a href="#v2applicensechecker.responsecode-error_service_time" id="v2applicensechecker.responsecode-error_service_time"></a>

int ERROR\_SERVICE\_TIME

서비스 응답이 없습니다.

Constant value : 2100

### ERROR\_USER\_LOGIN\_CANCELED <a href="#v2applicensechecker.responsecode-error_user_login_canceled" id="v2applicensechecker.responsecode-error_user_login_canceled"></a>

int ERROR\_USER\_LOGIN\_CANCELED

로그인을 취소한 상태입니다.

Constant value : 2101

### ERROR\_INSTALL\_USER\_CANCELED <a href="#v2applicensechecker.responsecode-error_install_user_canceled" id="v2applicensechecker.responsecode-error_install_user_canceled"></a>

int ERROR\_INSTALL\_USER\_CANCELED

원스토어 서비스앱 설치를 취소한 상태입니다.

Constant value : 2103

### ERROR\_NOT\_FORGROUND <a href="#v2applicensechecker.responsecode-error_not_forground" id="v2applicensechecker.responsecode-error_not_forground"></a>

int ERROR\_NOT\_FORGROUND

백그라운드 서비스에서 진행할 수 없습니다.

Constant value : 2104

### ERROR\_DATA\_PARSING <a href="#v2applicensechecker.responsecode-error_data_parsing" id="v2applicensechecker.responsecode-error_data_parsing"></a>

int ERROR\_DATA\_PARSING

응답 데이터 파싱 오류가 발생하였습니다.

Constant value : 2001

### ERROR\_SIGNATURE\_VERIFICATION <a href="#v2applicensechecker.responsecode-error_signature_verification" id="v2applicensechecker.responsecode-error_signature_verification"></a>

int ERROR\_SIGNATURE\_VERIFICATION

라이선스 키가 맞지 않거나 구매 내역이 없는 사용자 입니다.

Constant value : 2002

### ERROR\_CLIENT\_NOT\_ENABLED <a href="#v2applicensechecker.responsecode-error_client_not_enabled" id="v2applicensechecker.responsecode-error_client_not_enabled"></a>

int ERROR\_CLIENT\_NOT\_ENABLED

원스토어에 연결할 수 없습니다. 원스토어 앱 실행이 필요합니다.

Constant value : 1010


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://onestore-dev.gitbook.io/dev/tools/alc/alc-v2-reference/interfaces_/v2-applicensechecker.responsecode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
