---
title: UnsupportedFormatError
framework: diskimagekit
role: symbol
role_heading: Structure
path: diskimagekit/unsupportedformaterror
---

# UnsupportedFormatError

The disk image format isn’t supported.

## Declaration

```swift
struct UnsupportedFormatError
```

## Topics

### Instance Properties

- [underlyingError](diskimagekit/unsupportedformaterror/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)
- [CorruptedImageError](diskimagekit/corruptedimageerror.md)
