Documentation / @warp-drive/legacy / adapter/error / AbortError
Defined in: warp-drive-packages/legacy/src/adapter/error.js:221
A AbortError
is used by an adapter to signal that a request to the external API was aborted. For example, this can occur if the user navigates away from the current page after a request to the external API has been initiated but before a response has been received.
AbortError
Properties
code
ts
code: string;
Defined in: warp-drive-packages/legacy/src/adapter/error.js:222