---
title: CorruptedImageError
framework: diskimagekit
role: symbol
role_heading: Structure
path: diskimagekit/corruptedimageerror
---

# CorruptedImageError

The disk image is corrupted or contains invalid data.

## Declaration

```swift
struct CorruptedImageError
```

## Topics

### Instance Properties

- [underlyingError](diskimagekit/corruptedimageerror/underlyingerror.md)

## Relationships

### Conforms To

- [Error](swift/error.md)
- [LocalizedError](foundation/localizederror.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Errors

- [IncompatibleStackingError](diskimagekit/incompatiblestackingerror.md)
- [InvalidBlockCountError](diskimagekit/invalidblockcounterror.md)
- [UnsupportedFormatError](diskimagekit/unsupportedformaterror.md)
