<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "s:SC36CXErrorCodeCallDirectoryManagerErrorLeV"
  },
  "title" : "CXErrorCodeCallDirectoryManagerError"
}
-->

# CXErrorCodeCallDirectoryManagerError

Errors when interacting with a call directory manager.

```
struct CXErrorCodeCallDirectoryManagerError
```

## Topics

### Properties

### Constants

[`unknown`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/unknown)

An unknown error occurred.

[`noExtensionFound`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/noExtensionFound)

The call directory manager can’t find a corresponding app extension.

[`currentlyLoading`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/currentlyLoading)

The call directory manager is loading the app extension.

[`loadingInterrupted`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/loadingInterrupted)

The system interrupted the call directory manager while loading the app extension.

[`entriesOutOfOrder`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/entriesOutOfOrder)

The entries in the call directory are out of order.

[`duplicateEntries`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/duplicateEntries)

There are duplicate entries in the call directory.

[`maximumEntriesExceeded`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/maximumEntriesExceeded)

There are too many entries in the call directory.

[`extensionDisabled`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/extensionDisabled)

The call directory extension isn’t in an enabled state.

[`unexpectedIncrementalRemoval`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/unexpectedIncrementalRemoval)

A request occurred before confirming incremental loading.

### Operators

### Enumerations

[`CXErrorCodeCallDirectoryManagerError.Code`](/documentation/CallKit/CXErrorCodeCallDirectoryManagerError-swift.struct/Code)

Error codes the CallKit framework returns.



---

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)