<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppDependencyManager/Error",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A17DependencyManagerC5ErrorO"
  },
  "title" : "AppDependencyManager.Error"
}
-->

# AppDependencyManager.Error

```
enum Error<Value>
```

## Topics

### Enumeration Cases

[`case failedToLoadDependency(AnyHashable, Value.Type)`](/documentation/AppIntents/AppDependencyManager/Error/failedToLoadDependency(_:_:))

[`case failedToRetrieveDependency(AnyHashable, Value.Type)`](/documentation/AppIntents/AppDependencyManager/Error/failedToRetrieveDependency(_:_:))

[`case incorrectDependencyType(AnyHashable, Value.Type, any Any.Type)`](/documentation/AppIntents/AppDependencyManager/Error/incorrectDependencyType(_:_:_:))

## Relationships

### Conforms To

[`Error`](/documentation/Swift/Error)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`LocalizedError`](/documentation/Foundation/LocalizedError)

[`Sendable`](/documentation/Swift/Sendable)

---

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)