MCPcopy Create free account
hub / github.com/Open-Quant/openquant / HpcParallelError

Enum HpcParallelError

crates/openquant/src/hpc_parallel.rs:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91#[derive(Debug, Clone, PartialEq, Eq)]
92pub enum HpcParallelError {
93 InvalidConfig(&'static str),
94 CallbackFailed { molecule_id: usize, message: String },
95 WorkerPanic,
96 ChannelClosed(&'static str),
97}
98
99impl Display for HpcParallelError {
100 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected