XHRError
class XHRError(url: String, method: HttpMethod, message: String, response: Response? = null) : RemoteRequestException(source)
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).