---
title: INAppendToNoteIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/inappendtonoteintentresponsecode/failure
---

# INAppendToNoteIntentResponseCode.failure

You were unable to update the note.

## Declaration

```swift
case failure
```

## Discussion

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

## See Also

### Constants

- [INAppendToNoteIntentResponseCode.unspecified](intents/inappendtonoteintentresponsecode/unspecified.md)
- [INAppendToNoteIntentResponseCode.ready](intents/inappendtonoteintentresponsecode/ready.md)
- [INAppendToNoteIntentResponseCode.inProgress](intents/inappendtonoteintentresponsecode/inprogress.md)
- [INAppendToNoteIntentResponseCode.success](intents/inappendtonoteintentresponsecode/success.md)
- [INAppendToNoteIntentResponseCode.failureRequiringAppLaunch](intents/inappendtonoteintentresponsecode/failurerequiringapplaunch.md)
- [INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote](intents/inappendtonoteintentresponsecode/failurecannotupdatepasswordprotectednote.md)
