# arkweb_error_code.h
## Overview
Declares the error code of the ArkWeb NDK APIs.
**Library**: libohweb.so
**System capability**: SystemCapability.Web.Webview.Core
**Since**: 12
**Related module**: [Web](_web.md)
## Summary
### Types
| Name| Description|
| -------- | -------- |
| typedef enum [ArkWeb_ErrorCode](_web.md#arkweb_errorcode) [ArkWeb_ErrorCode](_web.md#arkweb_errorcode) | Defines an enum for the error codes of ArkWeb NDK APIs. |
### Enums
| Name| Description|
| -------- | -------- |
| [ArkWeb_ErrorCode](_web.md#arkweb_errorcode) {
[ARKWEB_SUCCESS](_web.md) = 0, [ARKWEB_INIT_ERROR](_web.md) = 17100001, [ARKWEB_ERROR_UNKNOWN](_web.md) = 17100100, [ARKWEB_INVALID_PARAM](_web.md) = 17100101,
[ARKWEB_SCHEME_REGISTER_FAILED](_web.md) = 17100102, [ARKWEB_INVALID_URL](_web.md) = 17100103, [ARKWEB_INVALID_COOKIE_VALUE](_web.md) = 17100104
} | Enumerates the error codes of ArkWeb NDK APIs. |