Argo CD API Client
GitHub
npm
Preparing search index...
ArgoCdApiError
Class ArgoCdApiError
Thrown when the Argo CD API returns a non-2xx response.
Hierarchy
Error
ArgoCdApiError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
status
status
Text
Constructors
constructor
new
ArgoCdApiError
(
status
:
number
,
statusText
:
string
)
:
ArgoCdApiError
Parameters
status
:
number
statusText
:
string
Returns
ArgoCdApiError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
status
status
Text
GitHub
npm
Argo CD API Client
Loading...
Thrown when the Argo CD API returns a non-2xx response.