다음을 통해 공유


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

앱에서 알림 요청을 제출할 수 없습니다.

적용 대상