<!--
{
  "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

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

No response didn’t specify a response code.

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

You are ready to handle the intent.

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

You failed to handle the intent in a timely manner.

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

You successfully handled the intent.

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

You were unable to retrieve the list of ride options.

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

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

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

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

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

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

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

Your service is temporarily unavailable.

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

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

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

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

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)