---
title: codingPath
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unkeyeddecodingcontainer/codingpath
---

# codingPath

The path of coding keys taken to get to this point in decoding.

## Declaration

```swift
var codingPath: [any CodingKey] { get }
```
