/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#[derive(Debug, Error)] pubenum IPCError { #[error("Message error")]
BadMessage(#[from] MessageError), #[error("Could not connect to the server: {0}")]
ConnectionFailure(PlatformError), #[error("Failed to create a connector: {0}")]
CreationFailure(PlatformError), #[error("Failed to deserialize connector: {0}")]
Deserialize(PlatformError), #[error("Invalid ancillary data was provided")]
InvalidAncillary, #[error("Could not receive data: {0}")]
ReceptionFailure(PlatformError), #[error("Could not serialize connector for use in another process: {0}")]
Serialize(PlatformError), #[error("An operation timed out")]
Timeout, #[error("Could not send data: {0}")]
TransmissionFailure(PlatformError), #[error("Unexpected message of kind: {0:?}")]
UnexpectedMessage(messages::Kind),
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.