---
title: NSImage.LoadStatus.readError
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsimage/loadstatus/readerror
---

# NSImage.LoadStatus.readError

Not enough data was available for full decompression of the image.

## Declaration

```swift
case readError
```

## Discussion

Discussion The image contains the portions of the data that have already been successfully decompressed, if any.

## See Also

### Load Status Values

- [NSImage.LoadStatus.completed](appkit/nsimage/loadstatus/completed.md)
- [NSImage.LoadStatus.cancelled](appkit/nsimage/loadstatus/cancelled.md)
- [NSImage.LoadStatus.invalidData](appkit/nsimage/loadstatus/invaliddata.md)
- [NSImage.LoadStatus.unexpectedEOF](appkit/nsimage/loadstatus/unexpectedeof.md)
