Home
last modified time | relevance | path

Searched defs:BusinessError (Results 1 – 6 of 6) sorted by relevance

/base/update/updateservice/interfaces/inner_api/common/include/
Dcommon_error_define.h89 struct BusinessError { struct
94 BusinessError &Build(CallResult callResult, const std::string &msg) in Build() argument
101 BusinessError &AddErrorMessage(int32_t errorCode, const std::string &errorMessage) in AddErrorMessage() argument
110 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() argument
117 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() argument
/base/telephony/core_service/interfaces/kits/js/
Dbasic.d.ts28 export interface BusinessError extends Error { interface
/base/account/os_account/interfaces/kits/napi/common/include/
Dnapi_account_common.h49 struct BusinessError { struct
73 bool ParseBusinessError(napi_env env, napi_value value, BusinessError &error); argument
/base/sensors/sensor/frameworks/js/napi/include/
Dasync_callback_info.h95 struct BusinessError { struct
110 BusinessError error; argument
/base/web/webview/interfaces/kits/napi/js/
Dwebview_export.js26 class BusinessError extends Error { class
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts437 export interface BusinessError { interface