err = tt.RetryWithBackOff(func() error {
        response, err = bobRetrieveAll()
        if err != nil {
            return err
        }