Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Derror.rs24 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 Dconnect.rs24 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 Dmod.rs35 pub(crate) use error::Errors;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Derror.rs84 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 DReadme-EN.md50 - [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 Dquickstart-pkg-common-hberr.md1 # Fixing hb Installation Errors
H A Dquickstart-pkg-common-burnerr.md1 # Fixing Image Burning Errors
H A Dquickstart-pkg-common-builderr.md1 # Fixing Compilation and Building Errors
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-webSocket.md67 ## 2302999 Unknown WebSocket Errors
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-track.md114 …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 Dchangelogs-time.md5 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 Dchangelogs-time.md5 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 Dchangelogs-filemanagement.md87 } 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 Dguidance-on-ndk-libc-interfaces-affected-by-permissions.md5 …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 Dchangelogs-arkcompiler.md131 10. Errors caused by enhanced type inference and check capabilities
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Derrorcode-media.md327 ## 5411011 Unsupported Request Due to Network Protocol Errors
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkts-module.md131 ## Initialization Errors at Runtime Caused by Inter-Module Circular Dependency
/ohos5.0/docs/en/device-dev/
H A Dwebsite.md51 - [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 Dhapsigntool-guidelines.md498 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 Dsource-obfuscation.md840 #### 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 Derrorcode-image.md667 Errors caused by unknown reasons.
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-error.md12 - Error: indicates that the application cannot perform some operations. Errors can be defined by th…
H A Duse-jsvm-error.md12 - Error: indicates that the application cannot perform some operations. Errors can be defined by th…
H A Dnapi-data-types-interfaces.md408 ### Exceptions and Errors
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-netErrorList.md1 # @ohos.web.netErrorList(The List of ArkWeb Network Protocol Stack Errors)

12