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

# WatchKitError

An error reported by WatchKit.

```
struct WatchKitError
```

## Topics

### Accessing Error Codes

[`downloadFailed`](/documentation/WatchKit/WatchKitError/downloadFailed)

A download error.

[`invalidArgument`](/documentation/WatchKit/WatchKitError/invalidArgument)

An invalid argument error.

[`mediaPlayerFailed`](/documentation/WatchKit/WatchKitError/mediaPlayerFailed)

A media player error.

[`recordingFailed`](/documentation/WatchKit/WatchKitError/recordingFailed)

An audio recording error.

[`unknown`](/documentation/WatchKit/WatchKitError/unknown)

An unknown error.

[`applicationDelegateWatchKitRequestReplyNotCalled`](/documentation/WatchKit/WatchKitError/applicationDelegateWatchKitRequestReplyNotCalled)

An unresponsive delegate error.

### Accessing the Error Domain

[`WatchKitErrorDomain`](/documentation/WatchKit/WatchKitErrorDomain)

The domain for WatchKit errors.

### Accessing Error Properties

[`WatchKitError.Code`](/documentation/WatchKit/WatchKitError/Code)

Error codes reported by WatchKit.

### Comparing Errors



---

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)