---
title: INBookRestaurantReservationIntentCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inbookrestaurantreservationintentcode/failurerequiringapplaunch
---

# INBookRestaurantReservationIntentCode.failureRequiringAppLaunch

The user must launch your app to make the reservation.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot handle the request directly for a reason not covered by any other response code. Do not use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INBookRestaurantReservationIntentCode.success](intents/inbookrestaurantreservationintentcode/success.md)
- [INBookRestaurantReservationIntentCode.denied](intents/inbookrestaurantreservationintentcode/denied.md)
- [INBookRestaurantReservationIntentCode.failure](intents/inbookrestaurantreservationintentcode/failure.md)
- [INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchmustverifycredentials.md)
- [INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchservicetemporarilyunavailable.md)
