Thrown when the request was cancelled via AbortSignal or hit the configured timeout. reason is 'timeout' for the timeout case, 'abort' otherwise.
AbortSignal
reason
'timeout'
'abort'
Optional
Readonly
A stable, machine-readable error code.
Thrown when the request was cancelled via
AbortSignalor hit the configured timeout.reasonis'timeout'for the timeout case,'abort'otherwise.