Package apple.messages.enums
Class MSMessageErrorCode
- java.lang.Object
-
- apple.messages.enums.MSMessageErrorCode
-
public final class MSMessageErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAPIUnavailableInPresentationContextstatic longFileNotFoundstatic longFileUnreadablestatic longImproperFileTypestatic longImproperFileURLstatic longSendWhileNotVisiblestatic longSendWithoutRecentInteractionstatic longStickerFileImproperFileAttributesstatic longStickerFileImproperFileFormatstatic longStickerFileImproperFileSizestatic longUnknownstatic longURLExceedsMaxSize
-
-
-
Field Detail
-
FileNotFound
public static final long FileNotFound
- See Also:
- Constant Field Values
-
FileUnreadable
public static final long FileUnreadable
- See Also:
- Constant Field Values
-
ImproperFileType
public static final long ImproperFileType
- See Also:
- Constant Field Values
-
ImproperFileURL
public static final long ImproperFileURL
- See Also:
- Constant Field Values
-
StickerFileImproperFileAttributes
public static final long StickerFileImproperFileAttributes
- See Also:
- Constant Field Values
-
StickerFileImproperFileSize
public static final long StickerFileImproperFileSize
- See Also:
- Constant Field Values
-
StickerFileImproperFileFormat
public static final long StickerFileImproperFileFormat
- See Also:
- Constant Field Values
-
URLExceedsMaxSize
public static final long URLExceedsMaxSize
- See Also:
- Constant Field Values
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
SendWithoutRecentInteraction
public static final long SendWithoutRecentInteraction
- See Also:
- Constant Field Values
-
SendWhileNotVisible
public static final long SendWhileNotVisible
- See Also:
- Constant Field Values
-
APIUnavailableInPresentationContext
public static final long APIUnavailableInPresentationContext
- See Also:
- Constant Field Values
-
-