---
title: "dataCorruptedError(in:debugDescription:)"
framework: swift
role: symbol
role_heading: Type Method
path: "swift/decodingerror/datacorruptederror(in:debugdescription:)-4ruvu"
---

# dataCorruptedError(in:debugDescription:)

Returns a new .dataCorrupted error using a constructed coding path and the given debug description.

## Declaration

```swift
static func dataCorruptedError(in container: any SingleValueDecodingContainer, debugDescription: String) -> DecodingError
```

## Return Value

Return Value A new .dataCorrupted error with the given information.

## Discussion

Discussion The coding path for the returned error is the given container’s coding path. param container: The container in which the corrupted data was accessed. param debugDescription: A description of the error to aid in debugging.
