<!--
{
  "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/Code",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:@E@CXErrorCodeCallDirectoryManagerError"
  },
  "title" : "CXErrorCodeCallDirectoryManagerError.Code"
}
-->

# CXErrorCodeCallDirectoryManagerError.Code

Error codes the CallKit framework returns.

```
enum Code
```

## Topics

### Constants

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

An unknown error occurred.

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

The call directory manager could not find a corresponding app extension.

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

The call directory manager is loading the app extension.

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

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

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

The entries in the call directory are out of order.

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

There are duplicate entries in the call directory.

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

There are too many entries in the call directory.

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

The call directory extension isn’t enabled by the system.

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

A request occurred before confirming incremental loading.

## Relationships

### Conforms To

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

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

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

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

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

[`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)