Package apple.messageui.enums
Class MFMailComposeErrorCode
- java.lang.Object
-
- apple.messageui.enums.MFMailComposeErrorCode
-
public final class MFMailComposeErrorCode extends java.lang.Object[@enum] MFMailComposeErrorCode Error codes for NSError values stemming from the MFMailCompose API. These error codes are used as the codes for all NSError instances stemmming from the MFMailCompose API. These are the only valid values for NSError instances with the MFMailComposeErrorDomain domain. [@constant] MFMailComposeErrorCodeSaveFailed Generic error indicating a save failed. [@constant] MFMailComposeErrorCodeSendFailed Generic error indicating a send failed.
-
-
Field Summary
Fields Modifier and Type Field Description static longSaveFailedstatic longSendFailed
-
-
-
Field Detail
-
SaveFailed
public static final long SaveFailed
- See Also:
- Constant Field Values
-
SendFailed
public static final long SendFailed
- See Also:
- Constant Field Values
-
-