3.0.0 • Published 5 years ago

is-retry-allowed v3.0.0

Weekly downloads
10,351,331
License
MIT
Repository
github
Last release
5 years ago

is-retry-allowed

Check whether a request can be retried based on the error.code

Install

$ npm install is-retry-allowed

Usage

import isRetryAllowed from 'is-retry-allowed';

isRetryAllowed({code: 'ETIMEDOUT'});
//=> true

isRetryAllowed({code: 'ENOTFOUND'});
//=> false

isRetryAllowed({});
//=> true

API

isRetryAllowed(error)

error

Type: Error | object

The .code property, if it exists, will be used to determine whether retry is allowed.


@wetransfer/axios-retryarchetype-librarykilli8n-react-native-fast-imagengcrawlercad-cli@cashremit/cr-streamline-iconsdyx-reacttalent-to-vite-cliunblock-block-save-variables@infinitebrahmanuniverse/nolb-is-r@everything-registry/sub-chunk-1934web-elements-iconsweb-component-tester-bundletest-public-provite_vue3_ts_ssssdddddyyyycauseway-concrete-stylesgenerator-bootstrap-boilerplate-templatejeuxuiinstall-islazy-bee-uihubot-budahttp-callheroku-clienthendo-clihendo-cli-luozheaoh5-templetelifion-kinesismarkdownalint-cli2@thismr/bitmindtest-core@tonysusi/vapid@tqman/axios-interceptor-suite@vtex/axios-concurrent-retry@vtexlab/axios-concurrent-retry@xsahxl/got@xswap/v2-core@yak-spirit/yak-swap-uiafter-tryangularvezbaax-retryaxios-smartaxios-retryaxios-retry-anoaxios-retry-async-retryconditionaxios-retry-forkaxios-retry-xaxios-exaxios-gateway-retryawesome-react-starsget-itgenerator-liuhuijun-vuefugotdrift-npmelectron-auto-print-pdfelectron-pdf-window-autoexframe-requestetheral-clifhir2feaxiosfirst-app-lyfuciflow-pagofaros-js-client263-web-finesdk@bonsaiswap-lib/lib@bonsaiswapv3/core@bonsaiswapv3/deploy@chiaraani/bouncing-ball@chakra-swap/core@bdkuni/service@banyudu/axios-retry@borealisswap/borealis-swap-libcblink-clicotrader-dex-sdkcordova-plugin-demotoastcozify-sdkcustom-gotbirken-react-native-community-image-editordigital-keyboard-demosdk_2018_1_1@afria/afria-libraries@aevaldas/axios-retry@akiflow/axios-retry3.0.0ud7-act2tools_may_24twine-libtwine-libraryyangotyangzai-cliyf-sw-clivue-v3-yandex-metrikaweb-263-finesdkwcq-vuewechat-263-finesdkmy-temp-climicro-sub-climiguelcostero-ng2-toastymixin-sdk-testover-armour-masteronqlave-nodenpmtest-05041
3.0.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0

6 years ago

1.1.0

9 years ago

1.0.0

10 years ago