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

Interface HTTPErrorConfig

frontend/src/shared/lib/errors.ts:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112// ============================================================================
113
114interface HTTPErrorConfig {
115 statusCode: number
116 endpoint: string
117 responseBody?: unknown
118}
119
120/**
121 * HTTP error - server returned error status code

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…