---
title: INGetReservationDetailsIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/ingetreservationdetailsintentresponsecode/failure
---

# INGetReservationDetailsIntentResponseCode.failure

Your app is unable to retrieve the reservation details.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that would prevent your app from retrieving the reservation details.

## See Also

### Request Status

- [INGetReservationDetailsIntentResponseCode.unspecified](intents/ingetreservationdetailsintentresponsecode/unspecified.md)
- [INGetReservationDetailsIntentResponseCode.ready](intents/ingetreservationdetailsintentresponsecode/ready.md)
- [INGetReservationDetailsIntentResponseCode.inProgress](intents/ingetreservationdetailsintentresponsecode/inprogress.md)
- [INGetReservationDetailsIntentResponseCode.success](intents/ingetreservationdetailsintentresponsecode/success.md)
- [INGetReservationDetailsIntentResponseCode.failureRequiringAppLaunch](intents/ingetreservationdetailsintentresponsecode/failurerequiringapplaunch.md)
