Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: isRetryableError
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
On this page
Function: isRetryableError()
Parameters
error
Returns
Function: isRetryableError
Dotset CLI API Documentation
/
index
/ isRetryableError
Function: isRetryableError()
Copy
function
isRetryableError
(
error
)
:
boolean
;
Defined in: src/shield/errors/index.ts:474
Check if an error is retryable
Parameters
error
unknown
Returns
boolean
⌘I