Поделиться через


UNErrorCode Перечисление

Определение

Перечисляет ошибки вложенных файлов, которые могут возникнуть при выполнении запроса на уведомление.

[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 = 
Наследование
UNErrorCode
Атрибуты

Поля

AttachmentCorrupt 105

Вложенный файл поврежден.

AttachmentInvalidFileSize 102

Вложенный файл слишком велик.

AttachmentInvalidUrl 100

Недопустимый URL-адрес файла.

AttachmentMoveIntoDataStoreFailed 104

Не удалось переместить вложение в системное хранилище данных.

AttachmentNotInDataStore 103

Локальный вложенный файл отсутствует.

AttachmentUnrecognizedType 101

Тип вложенного файла не распознался.

NotificationInvalidNoContent 1401
NotificationInvalidNoDate 1400
NotificationsNotAllowed 1

Приложению не разрешено отправлять запросы на уведомления.

Применяется к