update graphic/graphic_2d/native_drawing/drawing_error_code.h.

Signed-off-by: 刘伟 <liuwei793@h-partners.com>
This commit is contained in:
刘伟 2024-08-23 09:06:24 +00:00 committed by lvshiqi
parent 859e03f5cc
commit f8e15b39a5

View File

@ -67,6 +67,7 @@ typedef enum {
OH_DRAWING_ERROR_PARAMETER_OUT_OF_RANGE = 26200001,
/**
* @error mem allocate failed.
* @since 13
*/
OH_DRAWING_ERROR_ALLOCATION_FAILED = 26200002,
} OH_Drawing_ErrorCode;