Add a description into Send() APIs about E_SYSTEM error
authorso.yu <so.yu@samsung.com>
Thu, 24 Oct 2013 02:29:50 +0000 (11:29 +0900)
committerso.yu <so.yu@samsung.com>
Thu, 24 Oct 2013 02:30:08 +0000 (11:30 +0900)
Change-Id: Ic4723f0a75c65f36515ae49205803fd7404e7755
Signed-off-by: so.yu <so.yu@samsung.com>
inc/FMsgEmailManager.h
inc/FMsgMmsManager.h
inc/FMsgSmsManager.h

index 8e72af2..abaa070 100755 (executable)
@@ -154,6 +154,7 @@ namespace Tizen { namespace Messaging
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
                * @exception    E_SUCCESS                               The method is successful.
+               * @exception    E_SYSTEM                                The method cannot proceed due to a severe system error.
                * @exception    E_ON_INITIALIZING               The mailbox is not completely loaded as yet.
                * @exception    E_STORAGE_FULL                  The storage is full.
                * @exception    E_DEVICE_UNAVAILABLE    The device is unavailable.
index b6d0d12..38b6bed 100755 (executable)
@@ -161,6 +161,7 @@ namespace Tizen { namespace Messaging
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
                * @exception    E_SUCCESS                               The method is successful.
+               * @exception    E_SYSTEM                                The method cannot proceed due to a severe system error.
                * @exception    E_ON_INITIALIZING               The mailbox is not completely loaded as yet.
                * @exception    E_STORAGE_FULL                  The storage is full.
                * @exception    E_DEVICE_UNAVAILABLE    The device is unavailable.
index 5807319..877a5fd 100755 (executable)
@@ -246,6 +246,7 @@ namespace Tizen { namespace Messaging
                * @param[in]    saveToSentbox                   Set to @c true to save the message in the Sentbox, @n
                *                                                                               else @c false
                * @exception    E_SUCCESS                               The method is successful.
+               * @exception    E_SYSTEM                                The method cannot proceed due to a severe system error.
                * @exception    E_ON_INITIALIZING               The mailbox is not completely loaded as yet.
                * @exception    E_STORAGE_FULL                  The storage is full.
                * @exception    E_DEVICE_UNAVAILABLE    The device is unavailable.