/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | error.rs | 24 pub(crate) struct Errors(pub(crate) Vec<Error>); struct 26 impl Deserialize for Errors { implementation 28 let result = Errors(vec_raw_read::<Error>(parcel)?); in deserialize()
|
H A D | connect.rs | 24 use crate::ipc_conn::error::{Error, Errors}; 690 ) -> Result<SubscriptionResult, Errors> { in subscribe() argument 706 .ok_or(Errors(vec![Error::CreateMsgParcelFailed]))?; in subscribe() 709 .map_err(|_| Errors(vec![Error::SendRequestFailed]))?; in subscribe() 711 let mut errs = Errors::default(); in subscribe() 719 let mut errs = Errors::default(); in subscribe() 728 ) -> Result<(), Errors> { in unsubscribe() argument 738 .ok_or(Errors(vec![Error::CreateMsgParcelFailed]))?; in unsubscribe() 741 .map_err(|_| Errors(vec![Error::SendRequestFailed]))?; in unsubscribe() 743 if let Ok(errs) = receive.read::<Errors>() { in unsubscribe() [all …]
|
H A D | mod.rs | 35 pub(crate) use error::Errors;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | error.rs | 84 impl From<ipc_conn::Errors> for SyncError { 85 fn from(value: ipc_conn::Errors) -> Self { in from()
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | Readme-EN.md | 50 - [Fixing hb Installation Errors](quickstart-pkg-common-hberr.md) 51 - [Fixing Compilation and Building Errors](quickstart-pkg-common-builderr.md) 52 - [Fixing Image Burning Errors](quickstart-pkg-common-burnerr.md)
|
H A D | quickstart-pkg-common-hberr.md | 1 # Fixing hb Installation Errors
|
H A D | quickstart-pkg-common-burnerr.md | 1 # Fixing Image Burning Errors
|
H A D | quickstart-pkg-common-builderr.md | 1 # Fixing Compilation and Building Errors
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | errorcode-net-webSocket.md | 67 ## 2302999 Unknown WebSocket Errors
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-track.md | 114 …r details, see [Improperly Using Non-\@Track Decorated Properties Causes Errors](#improperly-using… 184 ### Improperly Using Non-\@Track Decorated Properties Causes Errors
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-time.md | 5 Errors thrown by timer APIs of the time subsystem: **202** (non-system application) and **401** (in… 270 Errors thrown by timer APIs of the time subsystem: **201** (permission denied), **202** (non-system…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-time.md | 5 Errors thrown by timer APIs of the time subsystem: **202** (non-system application) and **401** (in… 270 Errors thrown by timer APIs of the time subsystem: **201** (permission denied), **202** (non-system…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-filemanagement.md | 87 } catch (err) {// Errors (such as invalid parameters) of the main thread are obtained through try c…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | guidance-on-ndk-libc-interfaces-affected-by-permissions.md | 5 …musl libc APIs cannot be used due to system or environment restrictions. Errors may occur when som…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-arkcompiler.md | 131 10. Errors caused by enhanced type inference and check capabilities
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | errorcode-media.md | 327 ## 5411011 Unsupported Request Due to Network Protocol Errors
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-module.md | 131 ## Initialization Errors at Runtime Caused by Inter-Module Circular Dependency
|
/ohos5.0/docs/en/device-dev/ |
H A D | website.md | 51 - [Fixing hb Installation Errors](quick-start/quickstart-pkg-common-hberr.md) 52 - [Fixing Compilation and Building Errors](quick-start/quickstart-pkg-common-builderr.md) 53 - [Fixing Image Burning Errors](quick-start/quickstart-pkg-common-burnerr.md)
|
/ohos5.0/docs/en/application-dev/security/ |
H A D | hapsigntool-guidelines.md | 498 2. Errors reported after the command for generating an app signing certificate is executed 524 3. Errors reported when the profile is executed for signing 544 4. Errors reported when an app is signed
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | source-obfuscation.md | 840 #### Errors That May Occur When -enable-property-obfuscation Is Configured 868 #### Errors That May Occur When -enable-export-obfuscation and -enable-toplevel-obfuscation Are Con… 959 #### Errors That May Occur When -enable-filename-obfuscation Is Configured 984 #### Errors That May Occur When -keep-global-name and a Trustlist Are Configured
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | errorcode-image.md | 667 Errors caused by unknown reasons.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-error.md | 12 - Error: indicates that the application cannot perform some operations. Errors can be defined by th…
|
H A D | use-jsvm-error.md | 12 - Error: indicates that the application cannot perform some operations. Errors can be defined by th…
|
H A D | napi-data-types-interfaces.md | 408 ### Exceptions and Errors
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-netErrorList.md | 1 # @ohos.web.netErrorList(The List of ArkWeb Network Protocol Stack Errors)
|