mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-02 20:44:41 +00:00
命令式半模态,错误码信息和接口声明不一致
Signed-off-by: H-xinwei <huangxinwei4@huawei.com> Change-Id: Ieb509a676980b26386eb2f9ba36ca5e43b25ace4
This commit is contained in:
parent
13a33c0986
commit
7795952e84
@ -95,7 +95,7 @@ std::unordered_map<int32_t, std::string> BIND_SHEET_ERROR_MAP = {
|
||||
{ ERROR_CODE_BIND_SHEET_CONTENT_ALREADY_EXIST, "The bindSheetContent already exists." },
|
||||
{ ERROR_CODE_BIND_SHEET_CONTENT_NOT_FOUND, "The bindSheetContent cannot be found." },
|
||||
{ ERROR_CODE_TARGET_ID_NOT_EXIST, "The targetId does not exist." },
|
||||
{ ERROR_CODE_TARGET_NOT_ON_MAIN_TREE, "The node of targetId is not in the main tree." },
|
||||
{ ERROR_CODE_TARGET_NOT_ON_MAIN_TREE, "The node of targetId is not in the component tree." },
|
||||
{ ERROR_CODE_TARGET_NOT_PAGE_CHILD,
|
||||
"The node of targetId is not a child of the page node or NavDestination node." },
|
||||
{ ERROR_CODE_INTERNAL_ERROR, "Internal error." },
|
||||
|
Loading…
Reference in New Issue
Block a user