/**
* @brief Enumeration for tizen errors.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*
*/
typedef enum {
/**
* @brief Gets the last error code in the thread.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @details This function retrieves the last error code which is set by set_last_result()
* @return One of #tizen_error_e
* @see #tizen_error_e
/**
* @brief Sets the last error code to be returned in the thread.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @param[in] err The error code to be returned
* @see #tizen_error_e
* @see get_last_result()
/**
* @brief Gets the message for given the error code.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @remark This function returns a static pointer; subsequent calls will overwrite it.
* @param[in] err The error value to be returned
* @return The error's message