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
{{ message }}
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
I'm using this library in conjunction with ohttpstubs
Was using the SWHttpTrafficRecorder recorder to audit the traffic - while it may seem not worthwhile - I've since added a new stub to reflect error codes returned from server.
Was using the SWHttpTrafficRecorder recorder to audit the traffic - while it may seem not worthwhile - I've since added a new stub to reflect error codes returned from server.
let notConnectedError = NSError(domain:NSURLErrorDomain, code:62), userInfo:["NSLocalizedDescription":"Error getting Trip"] )
return OHHTTPStubsResponse(error:notConnectedError)
The text was updated successfully, but these errors were encountered: