Partager via


UNErrorCode Énumération

Définition

Énumère les erreurs de fichier jointes qui peuvent se produire lors de l’exécution d’une demande de notification.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum UNErrorCode
type UNErrorCode = 
Héritage
UNErrorCode
Attributs

Champs

AttachmentCorrupt 105

Le fichier joint est endommagé.

AttachmentInvalidFileSize 102

Le fichier joint est trop volumineux.

AttachmentInvalidUrl 100

L’URL du fichier n’est pas valide.

AttachmentMoveIntoDataStoreFailed 104

La pièce jointe n’a pas pu être déplacée vers le magasin de données système.

AttachmentNotInDataStore 103

Le fichier joint local n’était pas présent.

AttachmentUnrecognizedType 101

Le type du fichier joint n’a pas été reconnu.

NotificationInvalidNoContent 1401
NotificationInvalidNoDate 1400
NotificationsNotAllowed 1

L’application n’est pas autorisée à envoyer des demandes de notification.

S’applique à