<!--
{
  "availability" : [
    "iOS: 11.0.0 - 15.0.0",
    "iPadOS: 11.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAppendToNoteIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INAppendToNoteIntentResponseCode"
  },
  "title" : "INAppendToNoteIntentResponseCode"
}
-->

# INAppendToNoteIntentResponseCode

Constants indicating the state of the response.

```
enum INAppendToNoteIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INAppendToNoteIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`case ready`](/documentation/Intents/INAppendToNoteIntentResponseCode/ready)

You’re ready to handle the intent.

[`case inProgress`](/documentation/Intents/INAppendToNoteIntentResponseCode/inProgress)

You’re in the process of updating the note.

[`case success`](/documentation/Intents/INAppendToNoteIntentResponseCode/success)

You successfully updated the note.

[`case failure`](/documentation/Intents/INAppendToNoteIntentResponseCode/failure)

You were unable to update the note.

[`case failureRequiringAppLaunch`](/documentation/Intents/INAppendToNoteIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to update the note.

[`case failureCannotUpdatePasswordProtectedNote`](/documentation/Intents/INAppendToNoteIntentResponseCode/failureCannotUpdatePasswordProtectedNote)

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

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INAppendToNoteIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)