From: so.yu Date: Thu, 24 Oct 2013 02:29:50 +0000 (+0900) Subject: Add a description into Send() APIs about E_SYSTEM error X-Git-Tag: submit/tizen_2.2/20131107.062046~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06a0ecb30295e9616c994d9ed40e3fc6f77dcdb0;p=framework%2Fosp%2Fmessaging.git Add a description into Send() APIs about E_SYSTEM error Change-Id: Ic4723f0a75c65f36515ae49205803fd7404e7755 Signed-off-by: so.yu --- diff --git a/inc/FMsgEmailManager.h b/inc/FMsgEmailManager.h index 8e72af2..abaa070 100755 --- a/inc/FMsgEmailManager.h +++ b/inc/FMsgEmailManager.h @@ -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. diff --git a/inc/FMsgMmsManager.h b/inc/FMsgMmsManager.h index b6d0d12..38b6bed 100755 --- a/inc/FMsgMmsManager.h +++ b/inc/FMsgMmsManager.h @@ -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. diff --git a/inc/FMsgSmsManager.h b/inc/FMsgSmsManager.h index 5807319..877a5fd 100755 --- a/inc/FMsgSmsManager.h +++ b/inc/FMsgSmsManager.h @@ -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.