Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Description

Returns true after this UnityWebRequest encounters a system error. (Read Only)

Examples of system errors include failure to resolve a DNS entry, a socket error or a redirect limit being exceeded. When this property returns true, the error property will contain a human-readable string describing the 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.

See Also: responseCode, isHttpError.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答