MCPcopy Create free account
hub / github.com/PulseSync-LLC/PulseSync-client / ArtifactError

Class ArtifactError

nativeModules/pulsesyncNative/src/artifact.rs:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87struct ArtifactError {
88 stage: &'static str,
89 code: Option<String>,
90 message: String,
91}
92
93impl ArtifactError {
94 fn new(stage: &'static str, message: impl Into<String>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected