quetch / RequestError
Error to be thrown in case there is an issue with the query call. Only instances of this error will be caught by the retry()
middleware.
Error
new RequestError(
message
,status
,query
?,request
?,response
?):RequestError
string
number
Query
<any
>
Request
Response
Error.constructor
optional
query:Query
<any
>
optional
request:Request
optional
response:Response
status:
number