<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTError",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:@SA@CTError"
  },
  "title" : "CTError"
}
-->

# CTError

A type representing a Core Telephony error.

```
struct CTError
```

## Topics

### Getting Error Properties

[`domain`](/documentation/CoreTelephony/CTError/domain)

A numeric indication of the error domain.

[`error`](/documentation/CoreTelephony/CTError/error)

A code indicating the specific error.

### Identifying Error Domains

[Error Domains](/documentation/CoreTelephony/error-domain-codes)

Error domains used by Core Telephony 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)