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

# INListRideOptionsIntentResponseCode

Constants indicating the state of the response.

```
enum INListRideOptionsIntentResponseCode
```

## Topics

### Constants

[`INListRideOptionsIntentResponseCode.unspecified`](/documentation/Intents/INListRideOptionsIntentResponseCode/unspecified)

No response didn’t specify a response code.

[`INListRideOptionsIntentResponseCode.ready`](/documentation/Intents/INListRideOptionsIntentResponseCode/ready)

You are ready to handle the intent.

[`INListRideOptionsIntentResponseCode.inProgress`](/documentation/Intents/INListRideOptionsIntentResponseCode/inProgress)

You failed to handle the intent in a timely manner.

[`INListRideOptionsIntentResponseCode.success`](/documentation/Intents/INListRideOptionsIntentResponseCode/success)

You successfully handled the intent.

[`INListRideOptionsIntentResponseCode.failure`](/documentation/Intents/INListRideOptionsIntentResponseCode/failure)

You were unable to retrieve the list of ride options.

[`INListRideOptionsIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to get information about the ride options.

[`INListRideOptionsIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunchMustVerifyCredentials)

The user must launch your app and verify their credentials to continue.

[`INListRideOptionsIntentResponseCode.failureRequiringAppLaunchNoServiceInArea`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunchNoServiceInArea)

You do not provide service in the area requested by the user.

[`INListRideOptionsIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunchServiceTemporarilyUnavailable)

Your service is temporarily unavailable.

[`INListRideOptionsIntentResponseCode.failureRequiringAppLaunchPreviousRideNeedsCompletion`](/documentation/Intents/INListRideOptionsIntentResponseCode/failureRequiringAppLaunchPreviousRideNeedsCompletion)

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

[`INListRideOptionsIntentResponseCode.failurePreviousRideNeedsFeedback`](/documentation/Intents/INListRideOptionsIntentResponseCode/failurePreviousRideNeedsFeedback)

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



---

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)