That's a network error, CLGeocoder needs a working network connection in order to reverse geocode a location, according to the docs.
Also, CLGeocoder will throttle geocoding requests, returning that same error if you exceed the request rate, this is also documented in the class reference.