UNErrorCode 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
알림 요청을 할 때 발생할 수 있는 연결된 파일 오류를 열거합니다.
[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 | 앱에서 알림 요청을 제출할 수 없습니다. |