<!--
{
  "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/INRequestRideIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INRequestRideIntentResponseCode"
  },
  "title" : "INRequestRideIntentResponseCode"
}
-->

# INRequestRideIntentResponseCode

Constants indicating the state of the response.

```
enum INRequestRideIntentResponseCode
```

## Topics

### Constants

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

There is no specified response code.

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

You are ready to handle the intent.

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

You are in the process of handling the intent.

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

You successfully handled the intent.

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

You were unable to book the ride.

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

The user must launch your app to book the ride.

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

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

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

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

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

Your service is temporarily unavailable.

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

An existing ride is currently in progress and the app can’t book a new ride.

[`INRequestRideIntentResponseCode.failureRequiringAppLaunchRideScheduledTooFar`](/documentation/Intents/INRequestRideIntentResponseCode/failureRequiringAppLaunchRideScheduledTooFar)

The scheduled ride is out of the ride area and requires the user to open the app to fix the problem.



---

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)