Home
last modified time | relevance | path

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

/base/update/updateservice/foundations/model/include/
Dbusiness_error.h30 struct BusinessError { struct
35 BusinessError &Build(CallResult callResult, const std::string &msg) in Build() argument
42 BusinessError &AddErrorMessage(int32_t errorCode, const std::string &errorMessage) in AddErrorMessage() argument
51 friend void to_json(nlohmann::json &jsonObj, const BusinessError &businessError) in to_json() argument
58 friend void from_json(const nlohmann::json &jsonObj, BusinessError &businessError) in from_json() argument
/base/account/os_account/interfaces/kits/napi/common/include/
Dnapi_account_common.h49 struct BusinessError { struct
50 int32_t code = 0;
51 std::string data;
/base/telephony/core_service/interfaces/kits/js/
Dbasic.d.ts28 export interface BusinessError extends Error { interface
/base/sensors/sensor/frameworks/js/napi/include/
Dasync_callback_info.h95 struct BusinessError { struct
110 BusinessError error; argument
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
Djs_leak_watcher.js27 class BusinessError extends Error { class
/base/web/webview/interfaces/kits/napi/js/
Dwebview_export.js31 class BusinessError extends Error { class
/base/update/update_app/common/src/main/ets/const/
Dupdate_const.ts437 export interface BusinessError { interface