---
title: ImageCreator.Error.notSupported
framework: imageplayground
role: symbol
role_heading: Case
path: imageplayground/imagecreator/error/notsupported
---

# ImageCreator.Error.notSupported

An error that indicates the device doesn’t support image generation.

## Declaration

```swift
case notSupported
```

## Discussion

Discussion Make sure the device has the hardware required to run models.

## See Also

### Getting the error codes

- [ImageCreator.Error.unavailable](imageplayground/imagecreator/error/unavailable.md)
- [ImageCreator.Error.creationCancelled](imageplayground/imagecreator/error/creationcancelled.md)
- [ImageCreator.Error.faceInImageTooSmall](imageplayground/imagecreator/error/faceinimagetoosmall.md)
- [ImageCreator.Error.unsupportedLanguage](imageplayground/imagecreator/error/unsupportedlanguage.md)
- [ImageCreator.Error.unsupportedInputImage](imageplayground/imagecreator/error/unsupportedinputimage.md)
- [ImageCreator.Error.backgroundCreationForbidden](imageplayground/imagecreator/error/backgroundcreationforbidden.md)
- [ImageCreator.Error.creationFailed](imageplayground/imagecreator/error/creationfailed.md)
