gpt4 book ai didi

rebol - 如何处理 REBOL 中的网络超时?

转载 作者:行者123 更新时间:2023-12-04 04:44:32 27 4
gpt4 key购买 nike

我正在我的脚本中连接到多台服务器,目前如果其中一台发生故障,我会收到 ** Access Error: Network timeout错误,脚本停止。我宁愿能够发现并继续前进,而不是让它完全放弃。

有没有办法进行这种检测?

最佳答案

对于错误处理,请使用 TRY 并测试结果:

>> err: try [read http://localhost]
** Access error: protocol error: "Timeout"

>> if all [error? err err/id = 'protocol err/arg1 = "Timeout"] ["Got a timeout."]
== "Got a timeout."

关于rebol - 如何处理 REBOL 中的网络超时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18391855/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com