MSMessageErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates errors associated with Messages.
public enum MSMessageErrorCode
type MSMessageErrorCode =
- Inheritance
-
MSMessageErrorCode
Fields
Name | Value | Description |
---|---|---|
Unknown | -1 | |
FileNotFound | 1 | A resource file was not found. |
FileUnreadable | 2 | A resource file could not be interpreted. |
ImproperFileType | 3 | A resource file was for a different type of resource. |
ImproperFileUrl | 4 | An error in the format of the File URL for a resource file. |
StickerFileImproperFileAttributes | 5 | |
StickerFileImproperFileSize | 6 | A sticker file was not properly sized. |
StickerFileImproperFileFormat | 7 | A sticker file had an improper format. |
UrlExceedsMaxSize | 8 | |
SendWithoutRecentInteraction | 9 | |
SendWhileNotVisible | 10 | |
APIUnavailableInPresentationContext | 11 | Indicates that an attempt was made to use an API that cannot be used in the current presentation context. |