mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 14:32:50 -04:00
update: 更新文件 net_http_type.h
Signed-off-by: hhd227 <huanghaodong9@h-partners.com>
This commit is contained in:
@@ -133,6 +133,11 @@ typedef enum Http_ErrCode {
|
||||
OH_HTTP_REMOTE_FILE_NOT_FOUND = (OH_HTTP_NETSTACK_E_BASE + 78),
|
||||
/** @brief Authentication error. */
|
||||
OH_HTTP_AUTHENTICATION_ERROR = (OH_HTTP_NETSTACK_E_BASE + 94),
|
||||
/**
|
||||
* @brief The request was intercepted by the HTTP global interceptor.
|
||||
* @since 26.0.0
|
||||
*/
|
||||
OH_HTTP_REQUEST_INTERCEPTED = (OH_HTTP_NETSTACK_E_BASE + 996),
|
||||
/** @brief It is not allowed to access this domain. */
|
||||
OH_HTTP_ACCESS_DOMAIN_NOT_ALLOWED = (OH_HTTP_NETSTACK_E_BASE + 998),
|
||||
/** @brief Unknown error. */
|
||||
|
||||
Reference in New Issue
Block a user