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

# INCreateNoteIntentResponseCode.failure

You were unable to create the note.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this response code for both transient and unrecoverable errors that prevented you from creating the note.

## 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.failureRequiringAppLaunch](intents/increatenoteintentresponsecode/failurerequiringapplaunch.md)
