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

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

There is no specified response code.

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

You are ready to handle the intent.

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

You are in the process of handling the intent.

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

You successfully handled the intent.

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

You were unable to book the ride.

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

The user must launch your app to book the ride.

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

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

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

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

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

Your service is temporarily unavailable.

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

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

[`INRequestRideIntentResponseCodeFailureRequiringAppLaunchRideScheduledTooFar`](/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.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)