RetryRequestError
Hierarchy
- Error
- RetryRequestError
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
optionalmessage: string
Returns RetryRequestError
Properties
externaloptionalcause
externalmessage
externalname
externaloptionalstack
staticexternaloptionalprepareStackTrace
Type declaration
Optional override for formatting stack traces
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
RetryRequestError
type will always be retried by the crawler.This error overrides the
maxRequestRetries
option, i.e. the request can be retried indefinitely until it succeeds.