<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleArchive",
  "identifier" : "/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple Archive",
      "AppleArchive"
    ],
    "preciseIdentifier" : "s:12AppleArchive0B6HeaderC18EntryMessageStatusV"
  },
  "title" : "ArchiveHeader.EntryMessageStatus"
}
-->

# ArchiveHeader.EntryMessageStatus

Statuses that you return from an archive stream operation’s entry selection and status closure.

```
struct EntryMessageStatus
```

## Topics

### Entry Message Statuses

[`static let cancel: ArchiveHeader.EntryMessageStatus`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/cancel)

An entry message status that indicates the operation cancels processing as soon as possible.

[`static let ok: ArchiveHeader.EntryMessageStatus`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/ok)

An entry message status that indicates the operation keeps the entry.

[`static let skip: ArchiveHeader.EntryMessageStatus`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/skip)

An entry message status that indicates the operation skips the entry.

### Instance Properties

[`var description: String`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/description)

A textual representation of this instance.

### Raw Values

[`var rawValue: Int32`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/rawValue)

[`init(rawValue: Int32)`](/documentation/AppleArchive/ArchiveHeader/EntryMessageStatus/init(rawValue:))

### Hash Values

### Equatable Requirements

## Relationships

### Conforms To

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

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

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

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

---

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)