Version: 2020.2
언어: 한국어

Result

enumeration

매뉴얼로 전환

설명

The enumeration describing the result of the UnityWebRequest.

변수

InProgressThe request hasn't finished yet.
SuccessThe request succeeded.
ConnectionErrorFailed to communicate with the server. For example, the request couldn't connect or it could not establish a secure channel.
ProtocolErrorThe server returned an error response. The request succeeded in communicating with the server, but received an error as defined by the connection protocol.
DataProcessingErrorError 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.