pub type ChromeBackendStopReason = BackendStopReason;Aliased Type§
pub enum ChromeBackendStopReason {
ShutdownRequested,
Disconnected,
Crashed,
Error(BackendErrorInfo),
}Variants§
ShutdownRequested
Stopped because an upstream shutdown was requested.
Disconnected
Stopped because the command channel was closed or disconnected.
Crashed
Stopped due to a crash or fatal termination.
Error(BackendErrorInfo)
Stopped due to an internal backend error.