public final class MFMailComposeErrorCode
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
SaveFailed |
static long |
SendFailed |
public static final long SaveFailed
public static final long SendFailed