Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/crashreporter/crash_helper_common/src/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  errors.rs

  Sprache: Rust
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


use thiserror::Error;

use crate::{
    messages::{self, MessageError},
    platform::PlatformError,
};

#[derive(Debug, Error)]
pub enum 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
C=94 H=99 G=96

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.