UNErrorCode Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera erros de arquivo anexados que podem ocorrer ao fazer uma solicitação de notificação.
[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 =
- Herança
-
UNErrorCode
- Atributos
Campos
AttachmentCorrupt | 105 | O arquivo anexado está corrompido. |
AttachmentInvalidFileSize | 102 | O arquivo anexado é muito grande. |
AttachmentInvalidUrl | 100 | A URL do arquivo não é válida. |
AttachmentMoveIntoDataStoreFailed | 104 | Não foi possível mover o anexo para o armazenamento de dados do sistema. |
AttachmentNotInDataStore | 103 | O arquivo anexado local não estava presente. |
AttachmentUnrecognizedType | 101 | O tipo do arquivo anexado não foi reconhecido. |
NotificationInvalidNoContent | 1401 | |
NotificationInvalidNoDate | 1400 | |
NotificationsNotAllowed | 1 | O aplicativo não tem permissão para enviar solicitações de notificação. |