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

# INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote

You were unable to update the note because your app requires additional authorization to do so.

## Declaration

```swift
case failureCannotUpdatePasswordProtectedNote
```

## Discussion

Discussion Use this response code when you can’t update the note because of protections put in place by your app. Don’t use this code for general errors.

## 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.failure](intents/inappendtonoteintentresponsecode/failure.md)
- [INAppendToNoteIntentResponseCode.failureRequiringAppLaunch](intents/inappendtonoteintentresponsecode/failurerequiringapplaunch.md)
