---
title: INGetAvailableRestaurantReservationBookingsIntentCode.failureRequestUnsatisfiable
framework: intents
role: symbol
role_heading: Case
path: intents/ingetavailablerestaurantreservationbookingsintentcode/failurerequestunsatisfiable
---

# INGetAvailableRestaurantReservationBookingsIntentCode.failureRequestUnsatisfiable

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

## Declaration

```swift
case failureRequestUnsatisfiable
```

## Discussion

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 NSUserActivity object from your response so that you can try to get the information there.

## See Also

### Constants

- [INGetAvailableRestaurantReservationBookingsIntentCode.success](intents/ingetavailablerestaurantreservationbookingsintentcode/success.md)
- [INGetAvailableRestaurantReservationBookingsIntentCode.failure](intents/ingetavailablerestaurantreservationbookingsintentcode/failure.md)
- [INGetAvailableRestaurantReservationBookingsIntentCode.failureRequestUnspecified](intents/ingetavailablerestaurantreservationbookingsintentcode/failurerequestunspecified.md)
