<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecTransformAbortOriginatorKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecTransformAbortOriginatorKey"
  },
  "title" : "kSecTransformAbortOriginatorKey"
}
-->

# kSecTransformAbortOriginatorKey

The key in an error’s `userInfo` dictionary whose value indicates the transform that caused the chain to abort.

```
let kSecTransformAbortOriginatorKey: CFString
```

## Discussion

Use the value associated with this key to determine exactly which transform failed when more than one error occurs during transform evaluation.

---

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)