MCPcopy Create free account
hub / github.com/MagicCube/agentara / ParsedStackTrace

Interface ParsedStackTrace

web/src/components/ai-elements/stack-trace.tsx:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45interface ParsedStackTrace {
46 errorType: string | null;
47 errorMessage: string;
48 frames: StackFrame[];
49 raw: string;
50}
51
52interface StackTraceContextValue {
53 trace: ParsedStackTrace;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected