RetryRequestError
Hierarchy
- Error- RetryRequestError
 
Index
Constructors
Properties
Methods
Constructors
constructor
- Parameters- optionalmessage: string
 - Returns RetryRequestError
Properties
externaloptionalcause
externalmessage
externalname
externaloptionalstack
staticexternaloptionalprepareStackTrace
Optional override for formatting stack traces
Type declaration
- Parameters- externalerr: Error
- externalstackTraces: CallSite[]
 - Returns any
 
staticexternalstackTraceLimit
Methods
staticexternalcaptureStackTrace
- Create .stack property on a target object - Parameters- externaltargetObject: object
- externaloptionalconstructorOpt: Function
 - Returns void
Errors of
RetryRequestErrortype will always be retried by the crawler.This error overrides the
maxRequestRetriesoption, i.e. the request can be retried indefinitely until it succeeds.