Change-Id: I07c18117760d710562d7a0e9220863a4eaec2c74
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
autofill_item_create(&handle);
if (!handle) {
LOGW("[ERROR] Failed to create autofill_item handle");
- return AUTOFILL_ERROR_OPERATION_FAILED;
+ return AUTOFILL_ERROR_OUT_OF_MEMORY;
}
if (h->id) {
* @return 0 on success, otherwise a negative error value
* @retval #AUTOFILL_ERROR_NONE No error
* @retval #AUTOFILL_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #AUTOFILL_ERROR_OUT_OF_MEMORY Out of memory
*/
int autofill_item_clone(autofill_item_h it, autofill_item_h *clone);