<!--
{
  "availability" : [
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WatchKitError/unknown",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "s:SC17WatchKitErrorCodeLeV7unknownSoAAVvpZ"
  },
  "title" : "unknown"
}
-->

# unknown

An unknown error.

```
static var unknown: WatchKitError.Code { get }
```

## Discussion

WatchKit reports this error when it can’t determine the precise reason for the failure.

---

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)