Skip to content

Variable: TRANSIENT_HTTP_STATUSES

ts
const TRANSIENT_HTTP_STATUSES: Set<number>;

Defined in: src/core/errors/fromResponse.ts:29

HTTP statuses that signal a recoverable upstream failure. The single source of truth for both retry paths.