RetryContext - itsManeka/amazing-scraper GitHub Wiki

amazing-scraper


amazing-scraper / RetryContext

Interface: RetryContext

Defined in: src/application/ports/RetryPolicy.ts:3

Properties

attempt

attempt: number

Defined in: src/application/ports/RetryPolicy.ts:4


errorType

errorType: RetryErrorType

Defined in: src/application/ports/RetryPolicy.ts:7


statusCode

statusCode: number

Defined in: src/application/ports/RetryPolicy.ts:6

HTTP status code, or 0 for network errors (no HTTP response).

⚠️ **GitHub.com Fallback** ⚠️