<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INBookRestaurantReservationIntentCode/failureRequiringAppLaunchServiceTemporarilyUnavailable",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INBookRestaurantReservationIntentCode@INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable"
  },
  "title" : "INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable"
}
-->

# INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable

Your service is temporarily unavailable.

```
case failureRequiringAppLaunchServiceTemporarilyUnavailable
```

## 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 <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> object from your response so that you can try to complete the booking there.

---

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)