<!--
{
  "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/CXError",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "s:SC11CXErrorCodeLeV"
  },
  "title" : "CXError"
}
-->

# CXError

Error codes for the CallKit errors.

```
struct CXError
```

## Topics

### Properties

### Constants

[`invalidArgument`](/documentation/CallKit/CXError/invalidArgument)

The argument is invalid.

[`unentitled`](/documentation/CallKit/CXError/unentitled)

The caller doesn’t have the correct entitlement.

[`unknownError`](/documentation/CallKit/CXError/unknownError)

An unknown error occurred.

### Operators

### Type Properties

[`missingVoIPBackgroundMode`](/documentation/CallKit/CXError/missingVoIPBackgroundMode)

### Enumerations

[`CXError.Code`](/documentation/CallKit/CXError/Code)

Error codes for the CallKit errors.



---

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)