<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopSendMessageResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A17SendMessageResultO"
  },
  "title" : "TabletopSendMessageResult"
}
-->

# TabletopSendMessageResult

The possible results of sending messages in a network session.

```
enum TabletopSendMessageResult
```

## Topics

### Message results

[`case success`](/documentation/TabletopKit/TabletopSendMessageResult/success)

Message was sent successfully

[`case failure`](/documentation/TabletopKit/TabletopSendMessageResult/failure)

Message sending failed, and network condition is effectively disconnected

## Relationships

### Conforms To

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

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

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

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

---

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)