While disconnected from the internet, I got an `Ok(Str)` with: ``` ERROR: client error (Connect) ``` This should have been an `Err(...)`
While disconnected from the internet, I got an
Ok(Str)with:This should have been an
Err(...)