Düzenle

Aracılığıyla paylaş


MSMessageErrorCode Enum

Definition

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.

Applies to