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

Class

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

Source from the content-addressed store, hash-verified

125 * - 5xx (server errors): Retry 3 times - server might recover
126 */
127export class HTTPError extends AppError {
128 readonly maxRetries: number
129
130 constructor(config: AppErrorConfig) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected