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 | アプリは通知要求を送信できません。 |