---
title: kSecTransformErrorInvalidInputDictionary
framework: security
role: symbol
role_heading: Global Variable
path: security/ksectransformerrorinvalidinputdictionary
---

# kSecTransformErrorInvalidInputDictionary

A dictionary used to import a transform has invalid data.

## Declaration

```swift
var kSecTransformErrorInvalidInputDictionary: CFIndex { get }
```

## Discussion

Discussion This error may occur when trying to import a transform from a data representation using the SecTransformCreateFromExternalRepresentation(_:_:) function.
