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
Like with other Azure SDK languages, client methods need to specify what HTTP success and failure status codes it expects, and should probably err for unexpected errors with a different error variant or at least something to denote that 1) the status code wasn't expected, and 2) there may not be a JSON error response body.