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

# INAppendToNoteIntentResponseCode.unspecified

The response didn’t specify a response code.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [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)
- [INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote](intents/inappendtonoteintentresponsecode/failurecannotupdatepasswordprotectednote.md)
