MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/bridge/bridgeApi.ts:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55/** Fatal bridge errors that should not be retried (e.g. auth failures). */
56export class BridgeFatalError extends Error {
57 readonly status: number
58 /** Server-provided error type, e.g. "environment_expired". */
59 readonly errorType: string | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected