<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INListRideOptionsIntentResponseCode/failurePreviousRideNeedsFeedback",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INListRideOptionsIntentResponseCode@INListRideOptionsIntentResponseCodeFailurePreviousRideNeedsFeedback"
  },
  "title" : "INListRideOptionsIntentResponseCode.failurePreviousRideNeedsFeedback"
}
-->

# INListRideOptionsIntentResponseCode.failurePreviousRideNeedsFeedback

You can’t book a new ride because an existing ride is currently in progress.

```
case failurePreviousRideNeedsFeedback
```

## Discussion

Use this code when the user must provide feedback for the previous ride before getting a new ride. Specifying this code causes SiriKit to send an [`INSendRideFeedbackIntent`](/documentation/Intents/INSendRideFeedbackIntent) object to your Intents extension. If your Intents extension does not support that intent, SiriKit launches your app as if you had specified the [`INListRideOptionsIntentResponseCode.failureRequiringAppLaunchPreviousRideNeedsCompletion`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunchPreviousRideNeedsCompletion) response code.

If there is a previous ride that is not yet complete, but you still want to allow the user to book another ride, return [`INListRideOptionsIntentResponseCode.success`](/documentation/Intents/INListRideOptionsIntentResponseCode/success).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)