---
title: INTransferMoneyIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/intransfermoneyintentresponsecode/failurerequiringapplaunch
---

# INTransferMoneyIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to schedule the transaction.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you require additional information that you can only obtain from your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INTransferMoneyIntentResponseCode.unspecified](intents/intransfermoneyintentresponsecode/unspecified.md)
- [INTransferMoneyIntentResponseCode.ready](intents/intransfermoneyintentresponsecode/ready.md)
- [INTransferMoneyIntentResponseCode.inProgress](intents/intransfermoneyintentresponsecode/inprogress.md)
- [INTransferMoneyIntentResponseCode.success](intents/intransfermoneyintentresponsecode/success.md)
- [INTransferMoneyIntentResponseCode.failure](intents/intransfermoneyintentresponsecode/failure.md)
- [INTransferMoneyIntentResponseCode.failureCredentialsUnverified](intents/intransfermoneyintentresponsecode/failurecredentialsunverified.md)
- [INTransferMoneyIntentResponseCode.failureInsufficientFunds](intents/intransfermoneyintentresponsecode/failureinsufficientfunds.md)
