Class 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 long SaveFailed  
      static long SendFailed  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait