<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppIntentError/Unrecoverable",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A11IntentErrorV13UnrecoverableO"
  },
  "title" : "AppIntentError.Unrecoverable"
}
-->

# AppIntentError.Unrecoverable

Unknown or unrecoverable errors that might have occurred due to either
a system or user error.

```
enum Unrecoverable
```

## Overview

Use these system-defined errors to inform people that there’s no
immediate way to remedy an error.

## Topics

### Type Properties

[`static let entityNotFound: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/entityNotFound)

No app entity matched the search criteria.

[`static let featureCurrentlyRestricted: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/featureCurrentlyRestricted)

This feature is currently restricted due to Screen Time restrictions, MDM profiles, or similar.

[`static let networkFailure: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/networkFailure)

The person needs to be connected to the internet.

[`static let notAllowed: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/notAllowed)

This action isn’t allowed.

[`static let partialFailure: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/partialFailure)

Not every action was completed.

[`static let unknown: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/unknown)

Something went wrong.

[`static let unsupportedOnDevice: AppIntentError`](/documentation/AppIntents/AppIntentError/Unrecoverable/unsupportedOnDevice)

This feature isn’t supported on this device.

---

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)