<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKError/Code/unknown",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@E@SKErrorCode@SKErrorUnknown"
  },
  "title" : "SKError.Code.unknown"
}
-->

# SKError.Code.unknown

Error code indicating that an unknown or unexpected error occurred.

```
case unknown
```

## Discussion

For more information about the underlying cause of the error, see the <doc://com.apple.documentation/documentation/Foundation/NSError/localizedDescription> property of the error object.

Retrying may resolve this error in some instances.

---

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)