---
title: AppIntentError.Unrecoverable
framework: appintents
role: symbol
role_heading: Enumeration
path: appintents/appintenterror/unrecoverable
---

# AppIntentError.Unrecoverable

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

## Declaration

```swift
enum Unrecoverable
```

## Overview

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

## Topics

### Type Properties

- [entityNotFound](appintents/appintenterror/unrecoverable/entitynotfound.md)
- [featureCurrentlyRestricted](appintents/appintenterror/unrecoverable/featurecurrentlyrestricted.md)
- [networkFailure](appintents/appintenterror/unrecoverable/networkfailure.md)
- [notAllowed](appintents/appintenterror/unrecoverable/notallowed.md)
- [partialFailure](appintents/appintenterror/unrecoverable/partialfailure.md)
- [unknown](appintents/appintenterror/unrecoverable/unknown.md)
- [unsupportedOnDevice](appintents/appintenterror/unrecoverable/unsupportedondevice.md)
