diff --git a/en/react-native-ping.md b/en/react-native-ping.md index 6c39fba8b385a2838c217cacff5039a48cf33944..f49e9d030f8150c94c69e5e6948668a39809abfd 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 c394f1648ee1f3f5fb096fd6517a815d1913379b..7ce2d302ce0de9de4c314a994a4919959bdd4e04 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. 遗留问题