Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: isShieldError
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: isShieldError()
Parameters
error
Returns
Function: isShieldError
Dotset CLI API Documentation
/
index
/ isShieldError
Function: isShieldError()
Copy
function
isShieldError
(
error
)
:
error
is
ShieldError
;
Defined in: src/shield/errors/index.ts:467
Check if an error is a ShieldError
Parameters
error
unknown
Returns
error is ShieldError
⌘I