From fa51dbe5225f01517c87fa0ceedf36ef3a008245 Mon Sep 17 00:00:00 2001 From: hhd227 Date: Sat, 15 Aug 2026 10:31:46 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20net=5Fhttp=5Ftype.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hhd227 --- network/netstack/net_http/net_http_type.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/netstack/net_http/net_http_type.h b/network/netstack/net_http/net_http_type.h index bb819ce52..f3ed6b0b4 100644 --- a/network/netstack/net_http/net_http_type.h +++ b/network/netstack/net_http/net_http_type.h @@ -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. */