---
title: INRequestRideIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inrequestrideintentresponsecode
---

# INRequestRideIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INRequestRideIntentResponseCode
```

## Topics

### Constants

- [INRequestRideIntentResponseCode.unspecified](intents/inrequestrideintentresponsecode/unspecified.md)
- [INRequestRideIntentResponseCode.ready](intents/inrequestrideintentresponsecode/ready.md)
- [INRequestRideIntentResponseCode.inProgress](intents/inrequestrideintentresponsecode/inprogress.md)
- [INRequestRideIntentResponseCode.success](intents/inrequestrideintentresponsecode/success.md)
- [INRequestRideIntentResponseCode.failure](intents/inrequestrideintentresponsecode/failure.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunch](intents/inrequestrideintentresponsecode/failurerequiringapplaunch.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials](intents/inrequestrideintentresponsecode/failurerequiringapplaunchmustverifycredentials.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchNoServiceInArea](intents/inrequestrideintentresponsecode/failurerequiringapplaunchnoserviceinarea.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inrequestrideintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchPreviousRideNeedsCompletion](intents/inrequestrideintentresponsecode/failurerequiringapplaunchpreviousrideneedscompletion.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchRideScheduledTooFar](intents/inrequestrideintentresponsecode/failurerequiringapplaunchridescheduledtoofar.md)

### Initializers

- [init(rawValue:)](intents/inrequestrideintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/inrequestrideintentresponse/code.md)
