in uber_rides/errors.py [0:0]
def __repr__(self): return "ErrorDetails: {} {} {}".format( str(self.status), str(self.code), str(self.title) )