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
StatusCode is back but I decided to make it an int? for consistency. I believe you preferred enums and all I can say is it's a difference of opinion. I'm just not a fan of abstracting away the HTTP status. I know not everybody agrees with that, though many do.
From issue #488
Like to be able to get StatusCode from exception easier, currently I have to do this
HttpStatusCode? httpCode = ex.Call?.Response?.ResponseMessage.StatusCode
The text was updated successfully, but these errors were encountered: