---
title: INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable
framework: intents
role: symbol
role_heading: Case
path: intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchservicetemporarilyunavailable
---

# INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable

Your service is temporarily unavailable.

## Declaration

```swift
case failureRequiringAppLaunchServiceTemporarilyUnavailable
```

## Discussion

Discussion Use this code when your Intents extension is unable to contact your service and save the reservation data. Maps launches your app and passes it to the NSUserActivity object from your response so that you can try to complete the booking there.

## See Also

### Constants

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