MCPcopy Create free account
hub / github.com/0x77dev/pdf-sign / ErrorJson

Class ErrorJson

crates/cli/src/json.rs:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51#[derive(Serialize)]
52pub struct ErrorJson<'a> {
53 pub status: &'a str,
54 pub error: String,
55 pub causes: Vec<String>,
56}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected