---
title: "DatasetError.incompatibleDataFormat(_:debugDescription:)"
framework: createmlcomponents
role: symbol
role_heading: Case
path: "createmlcomponents/dataseterror/incompatibledataformat(_:debugdescription:)"
---

# DatasetError.incompatibleDataFormat(_:debugDescription:)

An error that indicates that a resource doesn’t have the expected data format.

## Declaration

```swift
case incompatibleDataFormat(URL, debugDescription: String)
```

## See Also

### Analyzing the error

- [DatasetError.incorrectName(_:debugDescription:)](createmlcomponents/dataseterror/incorrectname(_:debugdescription:).md)
- [DatasetError.missingResource(_:)](createmlcomponents/dataseterror/missingresource(_:).md)
- [DatasetError.unreadableResource(_:)](createmlcomponents/dataseterror/unreadableresource(_:).md)
