Version: 2019.3
public string error ;

説明

HTTP リクエストまたはレスポンスを処理中に [UnityWebRequest]] オブジェクトによって発生したシステム エラーを説明する人間が判読できる文字列です。

[UnityWebRequest]] システムエラーが発生していない場合、このプロパティーは null を返します。ソケットエラーを含むシステムエラーの例、DNS エントリの解決エラーやリダイレクト制限超えです。

Note: Error-type return codes from the server, such as 404/File Not Found or 500/Internal Server Error are not considered system errors.

既定値: null

See Also: responseCode.