<!--
{
  "availability" : [

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

# INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials

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

```
case failureRequiringAppLaunchMustVerifyCredentials
```

## Discussion

Use this code when you do not have valid credentials for the user. 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 verify the user’s credentials 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)