isHttpError
Returns true after this UnityWebRequest receives an HTTP response code indicating an error. (Read Only)
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public bool isHttpError { get; }
Remarks
True on response codes greater than or equal to 400.
Additional Resources: UnityWebRequest.responseCode, UnityWebRequest.isNetworkError