enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDefines codes describing the possible outcomes of a UnityWebRequest.
InProgress | The request hasn't finished yet. |
Success | The request succeeded. |
ConnectionError | Failed to communicate with the server. For example, the request couldn't connect or it could not establish a secure channel. |
ProtocolError | The server returned an error response. The request succeeded in communicating with the server, but received an error as defined by the connection protocol. |
DataProcessingError | Error processing data. The request succeeded in communicating with the server, but encountered an error when processing the received data. For example, the data was corrupted or not in the correct format. |