<!--
{
  "availability" : [

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

# INGetAvailableRestaurantReservationBookingsIntentCode.failureRequestUnsatisfiable

You could not complete the request because the data you received from Maps was invalid.

```
case failureRequestUnsatisfiable
```

## Discussion

Use this code to indicate that you could not get the booking times with the provided 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 get the information 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)