@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
extractErrorInfo
Function extractErrorInfo
extractErrorInfo
(
error
:
unknown
,
)
:
{
message
:
string
;
code
?:
string
;
details
?:
any
;
stack
?:
string
}
Utility to extract error information for logging/debugging
Parameters
error
:
unknown
Returns
{
message
:
string
;
code
?:
string
;
details
?:
any
;
stack
?:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...
Utility to extract error information for logging/debugging