Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/model/include/
H A 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
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h49 struct BusinessError { struct
50 int32_t code = 0;
51 std::string data;
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-base.md82 ## BusinessError section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-base.md82 ## BusinessError section
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h95 struct BusinessError { struct
110 BusinessError error; argument
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error_impl.h58 BusinessError(int code, const std::string &message) : code_(code), message_(message){}; in BusinessError() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/callee/
H A Dcallee.js39 class BusinessError extends Error { class
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js27 class BusinessError extends Error { class
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/caller/
H A Dcaller.js36 class BusinessError extends Error { class
/ohos5.0/base/web/webview/interfaces/kits/napi/js/
H A Dwebview_export.js31 class BusinessError extends Error { class
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/
H A Dapplication_context.js15 class BusinessError extends Error { class
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js45 class BusinessError extends Error { class
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js36 const BusinessError = requireNapi('base'); constant