NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Preparing search index...
NDExError
Class NDExError
Base error class for all NDEx API errors
Hierarchy (
View Summary
)
Error
NDExError
NDExNetworkError
NDExAuthError
NDExNotFoundError
NDExValidationError
NDExServerError
Index
Constructors
constructor
Properties
status
Code?
error
Code?
description?
Constructors
constructor
new
NDExError
(
message
:
string
,
statusCode
?:
number
,
errorCode
?:
string
,
description
?:
string
,
)
:
NDExError
Parameters
message
:
string
Optional
statusCode
:
number
Optional
errorCode
:
string
Optional
description
:
string
Returns
NDExError
Properties
Optional
status
Code
statusCode
?:
number
Optional
error
Code
errorCode
?:
string
Optional
description
description
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
status
Code
error
Code
description
NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Loading...
Base error class for all NDEx API errors