Version: 2017.3

描述

当此 UnityWebRequest 遇到系统错误后,返回 true。(只读)

系统错误示例包括解析 DNS 条目失败、套接字错误或超出重定向限制。当此属性返回 true 时,error 属性将包含一个描述错误的可读字符串。

Note: Error-type server return codes, such as 404/Not Found and 500/Internal Server Error, are reflected in the isHttpError property, not the isNetworkError property.

另请参阅:responseCodeisHttpError