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

Interface AppErrorConfig

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

Source from the content-addressed store, hash-verified

10// ============================================================================
11
12interface AppErrorConfig {
13 code: string
14 message: string
15 userMessage: string
16 isRetryable: boolean
17 statusCode?: number
18 technicalDetails?: Record<string, unknown>
19}
20
21/**
22 * Base application error class

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…