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
Prevent panic in ResponseError.Error() (Azure#21839)
* Prevent panic in ResponseError.Error()
If RawResponse is nil (unit test scenarios), print "nil RawResponse"
instead of panicing.
* handle nil Request in *http.Response
tweak string for missing RawResponse
constexpected="Request information not available\n--------------------------------------------------------------------------------\nRESPONSE 400: status\nERROR CODE UNAVAILABLE\n--------------------------------------------------------------------------------\nResponse contained no body\n--------------------------------------------------------------------------------\n"
0 commit comments