From 27b4cbddf0382183b735986b7c8c0f7f8f29a8c9 Mon Sep 17 00:00:00 2001 From: rui-feng-wang123456 Date: Wed, 2 Apr 2025 01:22:48 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rui-feng-wang123456 --- .../pasteboard/include/oh_pasteboard_err_code.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distributeddatamgr/pasteboard/include/oh_pasteboard_err_code.h b/distributeddatamgr/pasteboard/include/oh_pasteboard_err_code.h index 8dba41d2a..aa34bcde0 100644 --- a/distributeddatamgr/pasteboard/include/oh_pasteboard_err_code.h +++ b/distributeddatamgr/pasteboard/include/oh_pasteboard_err_code.h @@ -94,6 +94,11 @@ typedef enum PASTEBOARD_ErrCode { * @since 15 */ ERR_PASTEBOARD_GET_DATA_FAILED = 12900010, + /** + * @error Malloc failed. + * @since 15 + */ + ERR_PASTEBOARD_MALLOC_FAILED = 12900011, } PASTEBOARD_ErrCode; #ifdef __cplusplus }; -- Gitee