From 1f41bc3c7d1610bbc0412f70294709ca0fef7c0a Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Wed, 11 Mar 2026 10:32:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IE6HIL]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-ping=E4=B8=89=E6=96=B9=E5=BA=93=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-ping.md | 16 ++++++++-------- zh-cn/react-native-ping.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/en/react-native-ping.md b/en/react-native-ping.md index 6c39fba8..f49e9d03 100644 --- a/en/react-native-ping.md +++ b/en/react-native-ping.md @@ -563,14 +563,14 @@ requestPermissions: [ ### errors -| Name | Description | Type | default | platform | HarmonyOS Support | -| :------- | :----------- | :------: | :---------: | -------- | ----------------- | -| PingUtil_Message_Timeout | timeout | `string` | `0` | iOS,Android | NO | -| PingUtil_Message_PreviousPingIsStillRunning | running | `string` | `1` | / | NO | -| PingUtil_Message_HostErrorNotSetHost | not set host | `string` | `2` | iOS,Android | YES | -| PingUtil_Message_HostErrorUnknown | host error unknown | `string` | `3` | iOS,Android | YES | -| PingUtil_Message_HostErrorHostNotFound | host not found | `string` | `4` | Only iOS | NO | -| PingUtil_Message_Unknown | nnknown | `string` | `5` | Only iOS | NO | +| Name | Description | Type | platform | HarmonyOS Support | +| :------- | :----------- | :------: | -------- | ----------------- | +| PingUtil_Message_Timeout | timeout | `string` | iOS,Android | NO | +| PingUtil_Message_PreviousPingIsStillRunning | running | `string` | / | NO | +| PingUtil_Message_HostErrorNotSetHost | not set host | `string` | iOS,Android | YES| +| PingUtil_Message_HostErrorUnknown | host error unknown | `string` | iOS,Android | YES| +| PingUtil_Message_HostErrorHostNotFound | host not found | `string` | Only iOS | NO | +| PingUtil_Message_Unknown | nnknown | `string` | Only iOS | NO | ## 5. Known Issues diff --git a/zh-cn/react-native-ping.md b/zh-cn/react-native-ping.md index c394f164..7ce2d302 100644 --- a/zh-cn/react-native-ping.md +++ b/zh-cn/react-native-ping.md @@ -569,14 +569,14 @@ requestPermissions: [ ### 错误码 -| Name | Description | Type | default | platform | HarmonyOS Support | -| :------- | :----------- | :------: | :---------: | -------- | ----------------- | -| PingUtil_Message_Timeout | 超时 | `string` | `0` | iOS,Android | NO | -| PingUtil_Message_PreviousPingIsStillRunning | 正在运行 | `string` | `1` | / | NO | -| PingUtil_Message_HostErrorNotSetHost | 未设置ip | `string` | `2` | iOS,Android | YES | -| PingUtil_Message_HostErrorUnknown | host未知错误 | `string` | `3` | iOS,Android | YES | -| PingUtil_Message_HostErrorHostNotFound | host找不到 | `string` | `4` | Only iOS | NO | -| PingUtil_Message_Unknown | 未知错误 | `string` | `5` | Only iOS | NO | +| Name | Description | Type | platform | HarmonyOS Support | +| :------- | :----------- | :------: | -------- | ----------------- | +| PingUtil_Message_Timeout | 超时 | `string` | iOS,Android | NO | +| PingUtil_Message_PreviousPingIsStillRunning | 正在运行 | `string` | / | NO | +| PingUtil_Message_HostErrorNotSetHost | 未设置ip | `string` | iOS,Android | YES | +| PingUtil_Message_HostErrorUnknown | host未知错误 | `string` | iOS,Android | YES | +| PingUtil_Message_HostErrorHostNotFound | host找不到 | `string` | Only iOS | NO | +| PingUtil_Message_Unknown | 未知错误 | `string` | Only iOS | NO | ## 5. 遗留问题 -- Gitee