Package apple.usernotifications.enums
Class UNErrorCode
- java.lang.Object
-
- apple.usernotifications.enums.UNErrorCode
-
public final class UNErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAttachmentCorruptstatic longAttachmentInvalidFileSizestatic longAttachmentInvalidURLstatic longAttachmentMoveIntoDataStoreFailedstatic longAttachmentNotInDataStorestatic longAttachmentUnrecognizedTypestatic longNotificationInvalidNoContentstatic longNotificationInvalidNoDatestatic longNotificationsNotAllowed
-
-
-
Field Detail
-
NotificationsNotAllowed
public static final long NotificationsNotAllowed
- See Also:
- Constant Field Values
-
AttachmentInvalidURL
public static final long AttachmentInvalidURL
- See Also:
- Constant Field Values
-
AttachmentUnrecognizedType
public static final long AttachmentUnrecognizedType
- See Also:
- Constant Field Values
-
AttachmentInvalidFileSize
public static final long AttachmentInvalidFileSize
- See Also:
- Constant Field Values
-
AttachmentNotInDataStore
public static final long AttachmentNotInDataStore
- See Also:
- Constant Field Values
-
AttachmentMoveIntoDataStoreFailed
public static final long AttachmentMoveIntoDataStoreFailed
- See Also:
- Constant Field Values
-
AttachmentCorrupt
public static final long AttachmentCorrupt
- See Also:
- Constant Field Values
-
NotificationInvalidNoDate
public static final long NotificationInvalidNoDate
- See Also:
- Constant Field Values
-
NotificationInvalidNoContent
public static final long NotificationInvalidNoContent
- See Also:
- Constant Field Values
-
-