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

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

There is no specified response code.

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

You are ready to handle the intent.

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

You are in the process of handling the intent.

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

You successfully handled the intent.

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

You were unable to retrieve information about the current ride.

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

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

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

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

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

Your service is temporarily unavailable.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)