oven-sh/bun · error · bun_install::Error
IPCPipeFailed
Error message
IPCPipeFailed
What it means
Error "IPCPipeFailed" thrown in oven-sh/bun.
Source
Thrown at src/install/error.rs:85
#[error("HTTPError")]
HTTPError,
#[error("Failed")]
Failed,
#[error("UnrecognizedDependencyFormat")]
UnrecognizedDependencyFormat,
#[error("No global directory found")]
NoGlobalDirectoryFound,
#[error("InvalidPackageID")]
InvalidPackageID,
#[error("PartialInstallFailed")]
PartialInstallFailed,
#[error("NoPackagesInstalled")]
NoPackagesInstalled,
#[error("SecurityScannerInWorkspace")]
SecurityScannerInWorkspace,
#[error("SecurityScannerRetryFailed")]
SecurityScannerRetryFailed,
#[error("IPCPipeFailed")]
IPCPipeFailed,
#[error("JSONPipeWriterFailed")]
JSONPipeWriterFailed,
#[error("ProcessWatchFailed")]
ProcessWatchFailed,
#[error("SecurityScannerProcessFailedWithoutExitStatus")]
SecurityScannerProcessFailedWithoutExitStatus,
#[error("NoSecurityScanData")]
NoSecurityScanData,
#[error("InvalidIPCMessage")]
InvalidIPCMessage,
#[error("InvalidIPCFormat")]
InvalidIPCFormat,
#[error("MissingIPCType")]
MissingIPCType,
#[error("InvalidIPCType")]
InvalidIPCType,
#[error("MissingErrorCode")]View on GitHub (pinned to 8c5296ac45)
When it happens
Trigger: Thrown at src/install/error.rs:85 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of oven-sh/bun@8c5296ac45 (2026-08-16).
Data as JSON: /api/errors/3e352e8a92454659.
Report an issue: GitHub.