<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchConnectivity",
  "identifier" : "/documentation/WatchConnectivity/WCError/payloadTooLarge",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Watch Connectivity"
    ],
    "preciseIdentifier" : "s:SC11WCErrorCodeLeV15payloadTooLargeSoAAVvpZ"
  },
  "title" : "payloadTooLarge"
}
-->

# payloadTooLarge

An error indicating an attempt to send an item that exceeds the maximum size limit.

```
static var payloadTooLarge: WCError.Code { get }
```

## Discussion

This error can occur for both data dictionaries and files.

---

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)