Home
last modified time | relevance | path

Searched refs:ERR_INVALID_CUSTOM_PARAM_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h34 constexpr int ERR_INVALID_CUSTOM_PARAM_NUM = 11101007; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_write.cpp52 … { NapiError::ERR_INVALID_CUSTOM_PARAM_NUM, "The number of parameter keys exceeds the limit." }}, in BuildErrorByResult()