---
title: MSMessageErrorCode.stickerFileImproperFileFormat
framework: messages
role: symbol
role_heading: Case
path: messages/msmessageerrorcode/stickerfileimproperfileformat
---

# MSMessageErrorCode.stickerFileImproperFileFormat

The image used to create an MSSticker object is not one of the supported file types (PNG, APNG, GIF, or JPEG).

## Declaration

```swift
case stickerFileImproperFileFormat
```

## See Also

### Error Codes

- [MSMessageErrorCode.fileNotFound](messages/msmessageerrorcode/filenotfound.md)
- [MSMessageErrorCode.fileUnreadable](messages/msmessageerrorcode/fileunreadable.md)
- [MSMessageErrorCode.improperFileType](messages/msmessageerrorcode/improperfiletype.md)
- [MSMessageErrorCode.improperFileURL](messages/msmessageerrorcode/improperfileurl.md)
- [MSMessageErrorCode.stickerFileImproperFileAttributes](messages/msmessageerrorcode/stickerfileimproperfileattributes.md)
- [MSMessageErrorCode.stickerFileImproperFileSize](messages/msmessageerrorcode/stickerfileimproperfilesize.md)
- [MSMessageErrorCode.urlExceedsMaxSize](messages/msmessageerrorcode/urlexceedsmaxsize.md)
- [MSMessageErrorCode.sendWhileNotVisible](messages/msmessageerrorcode/sendwhilenotvisible.md)
- [MSMessageErrorCode.sendWithoutRecentInteraction](messages/msmessageerrorcode/sendwithoutrecentinteraction.md)
- [MSMessageErrorCode.apiUnavailableInPresentationContext](messages/msmessageerrorcode/apiunavailableinpresentationcontext.md)
- [MSMessageErrorCode.unknown](messages/msmessageerrorcode/unknown.md)
