<!--
{
  "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/UserActionRequired",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A11IntentErrorV18UserActionRequiredO"
  },
  "title" : "AppIntentError.UserActionRequired"
}
-->

# AppIntentError.UserActionRequired

Errors that represent a state where a person needs to respond
to successfully complete the action.

```
enum UserActionRequired
```

## Overview

Use these system-defined errors to inform people about
steps they can take to fix the error.

## Topics

### Type Properties

[`static let accountSetup: AppIntentError`](/documentation/AppIntents/AppIntentError/UserActionRequired/accountSetup)

The person needs to set up their account.

[`static let confirmation: AppIntentError`](/documentation/AppIntents/AppIntentError/UserActionRequired/confirmation)

The person needs to confirm the action.

[`static let signin: AppIntentError`](/documentation/AppIntents/AppIntentError/UserActionRequired/signin)

The person needs to sign in to continue.

---

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)