---
title: INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials
framework: intents
role: symbol
role_heading: Case
path: intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchmustverifycredentials
---

# INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials

Your app failed to create the reservation because the user’s credentials were invalid or missing.

## Declaration

```swift
case failureRequiringAppLaunchMustVerifyCredentials
```

## Discussion

Discussion Use this code when you do not have valid credentials for the user. Maps launches your app and passes it to the NSUserActivity object from your response so that you can try to verify the user’s credentials 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.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inbookrestaurantreservationintentcode/failurerequiringapplaunchservicetemporarilyunavailable.md)
