Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ error
Function
error
crates/hyperqueue/src/common/error.rs:45–47 ·
view source on GitHub ↗
(message: String)
Source
from the content-addressed store, hash-verified
43
}
44
45
pub fn error<T>(message: String) -> crate::Result<T> {
46
Err(GenericError(message))
47
}
48
49
impl From<String> for HqError {
50
fn from(e: String) -> Self {
Callers
1
open
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected