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
The unauthorized and unexpectedNoContent errors each correspond to a specific status code. We should provide that status code in the bridged Obj-C error using PMHTTPStatusCodeErrorKey so that way Obj-C code can just test for that userInfo property directly to get the status code for any error that's related to status codes.