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-stars@hawkingnetwork/react-native-tab-view3.0.0ud7-act2tools_may_24twine-libtwine-libraryyangotyangzai-cliyf-sw-clivue-v3-yandex-metrikaweb-263-finesdkwcq-vuewechat-263-finesdk@livecycle.io/rrweb-snapshot@litedexdev/litedex-core-swapmy-temp-climicro-sub-climiguelcostero-ng2-toastymixin-sdk-testover-armour-masteronqlave-nodenpmtest-05041secret-ai-base-sdksciadvfiless.u.a.ireact-native-teads-sdk-modulenimbu-clientnois-react-toastpixiu-swap-corepixiuswap-libs-sdkpolen-web-components-reactretry-backoffreact-picky-with-clearsindresorhus.jsgix-npm-servergotv7.1.0got-tmpgot-litegot_with_strict_duplexer3_version@olympfin/olymp-swap-lib@npm-lt/cli@onqlavelabs/onqlave-node@drakedeatonuk/rschedule@enime-project/axios-retry@heroku/http-call@nodeberry/solidity-payment-processor@faizanhaider/iconsax@innodata/vue-v3-ya-metrika@innoswap/core@eliteswap/v2-core@energiswap/default-token-list@igniswap/igni-swap-lib
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