> 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/eng/tools/alc/alc-v2-reference/annotation/v2-applicensechecker.responsecode.md).

# V2 AppLicenseChecker.ResponseCode

public static @interface AppLicenseChecker.ResponseCode\
com.onestore.extern.licensing.AppLicenseChecker.ResponseCode\
\
\
ALC Response Code

## 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

Success

Constant value : 0

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

int RESULT\_UNKNOWN

An unknown error has occurred.&#x20;

Constant value : -1

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

int RESULT\_USER\_CANCELED

Login canceled by the user.

Constant value : 1

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

int RESULT\_SERVICE\_UNAVAILABLE

An error has occurred in your device or server network.

Constant value : 2

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

int RESULT\_ALC\_UNAVAILABLE

An updated ALC api version is required.

Constant value : 3

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

int RESULT\_DEVELOPER\_ERROR

Invalid parameter.

Constant value : 5

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

int RESULT\_ERROR

An unknown error has occurred.

Constant value : 6

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

int RESULT\_NEED\_LOGIN

ONE store app login is required.&#x20;

Constant value : 10

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

int RESULT\_NEED\_UPDATE

Update or install the ONE store service.

Constant value : 11

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

int ERROR\_SERVICE\_UNAVAILABLE

Temporary service error has occurred.&#x20;

Constant value : 2000

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

int ERROR\_SERVICE\_TIME

No response from server.

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

Login canceled.&#x20;

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

ONE store service installation has been canceled.&#x20;

Constant value : 2103

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

int ERROR\_NOT\_FORGROUND

Cannot proceed within the background service

Constant value : 2104

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

int ERROR\_DATA\_PARSING

Response data parsing error has occurred. &#x20;

Constant value : 2001

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

int ERROR\_SIGNATURE\_VERIFICATION

The license key does not match, or the user has no purchase history.

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

Unable to connect to ONE store. Please start the ONE store app.

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/eng/tools/alc/alc-v2-reference/annotation/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.
