---
title: INGetRideStatusIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/ingetridestatusintentresponsecode/failurerequiringapplaunch
---

# INGetRideStatusIntentResponseCode.failureRequiringAppLaunch

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

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t process the request for a reason not covered by any other response code. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INGetRideStatusIntentResponseCode.unspecified](intents/ingetridestatusintentresponsecode/unspecified.md)
- [INGetRideStatusIntentResponseCode.ready](intents/ingetridestatusintentresponsecode/ready.md)
- [INGetRideStatusIntentResponseCode.inProgress](intents/ingetridestatusintentresponsecode/inprogress.md)
- [INGetRideStatusIntentResponseCode.success](intents/ingetridestatusintentresponsecode/success.md)
- [INGetRideStatusIntentResponseCode.failure](intents/ingetridestatusintentresponsecode/failure.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials](intents/ingetridestatusintentresponsecode/failurerequiringapplaunchmustverifycredentials.md)
- [INGetRideStatusIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/ingetridestatusintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
