MCPcopy Create free account
hub / github.com/AIScientists-Dev/Flowtrace / ApiError

Class ApiError

crates/flowtrace-cli/src/serve/error.rs:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug, Serialize)]
7pub struct ApiError {
8 pub error: String,
9 #[serde(skip_serializing_if = "Option::is_none")]
10 pub detail: Option<String>,
11}
12
13#[derive(Debug)]
14pub struct ApiFault {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…