---
title: INCreateNoteIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/increatenoteintentresponsecode/failurerequiringapplaunch
---

# INCreateNoteIntentResponseCode.failureRequiringAppLaunch

The user must create the note from within your app.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot create the note from your Intents extension but the user can create it in your app. Do not use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INCreateNoteIntentResponseCode.unspecified](intents/increatenoteintentresponsecode/unspecified.md)
- [INCreateNoteIntentResponseCode.ready](intents/increatenoteintentresponsecode/ready.md)
- [INCreateNoteIntentResponseCode.inProgress](intents/increatenoteintentresponsecode/inprogress.md)
- [INCreateNoteIntentResponseCode.success](intents/increatenoteintentresponsecode/success.md)
- [INCreateNoteIntentResponseCode.failure](intents/increatenoteintentresponsecode/failure.md)
