この 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.
See Also: responseCode, isHttpError.