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

Function abortError

src/services/api/withRetry.ts:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48import { extractConnectionErrorDetails } from './errorUtils.js'
49
50const abortError = () => new APIUserAbortError()
51
52const DEFAULT_MAX_RETRIES = 10
53const FLOOR_OUTPUT_TOKENS = 3000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected