1# arkweb_error_code.h
2
3
4## Overview
5
6Declares the error code of the ArkWeb NDK APIs.
7
8**Library**: libohweb.so
9
10**System capability**: SystemCapability.Web.Webview.Core
11
12**Since**: 12
13
14**Related module**: [Web](_web.md)
15
16
17## Summary
18
19
20### Types
21
22| Name| Description| 
23| -------- | -------- |
24| 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. | 
25
26
27### Enums
28
29| Name| Description| 
30| -------- | -------- |
31| [ArkWeb_ErrorCode](_web.md#arkweb_errorcode) {<br>[ARKWEB_SUCCESS](_web.md) = 0, [ARKWEB_INIT_ERROR](_web.md) = 17100001, [ARKWEB_ERROR_UNKNOWN](_web.md) = 17100100, [ARKWEB_INVALID_PARAM](_web.md) = 17100101,<br>[ARKWEB_SCHEME_REGISTER_FAILED](_web.md) = 17100102, [ARKWEB_INVALID_URL](_web.md) = 17100103, [ARKWEB_INVALID_COOKIE_VALUE](_web.md) = 17100104<br>} | Enumerates the error codes of ArkWeb NDK APIs. | 
32