You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be better to retrieve the exact error information out of the underlying reader/writer. I know that this introduces state which has some other problems. My idea is to simply return an Ok(T) or Err in the same way as Go handles this.