Home
last modified time | relevance | path

Searched defs:ParamTypeError (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h126 class ParamTypeError : public Error { class
128 ParamTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(wantType){}; in ParamTypeError() function in OHOS::AppDataMgrJsKit::ParamTypeError
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h97 class ParamTypeError : public JSError { class
99 ParamTypeError(const std::string &errmsg) : errmsg_(errmsg){}; in ParamTypeError() function in OHOS::PreferencesJsKit::ParamTypeError

Completed in 2 milliseconds