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

# INGetRideStatusIntentResponseCode

Constants indicating the state of the response.

```
enum INGetRideStatusIntentResponseCode
```

## Topics

### Constants

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

There is no specified response code.

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

You are ready to handle the intent.

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

You are in the process of handling the intent.

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

You successfully handled the intent.

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

You were unable to retrieve information about the current ride.

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

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

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

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

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

Your service is temporarily unavailable.



---

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)