XHRError
class XHRError(val url: String, val method: HttpMethod, message: String, val response: Response? = null) : RemoteRequestException
Code 0 does not represent any http status, it represent XHR error (e.g. network error, CORS failure).
Code 0 does not represent any http status, it represent XHR error (e.g. network error, CORS failure).