GitHub
Preparing search index...
The search index is not available
@oliversalzburg/js-utils - v0.2.2
@oliversalzburg/js-utils
errors/error-serializer
errorToString
Function errorToString
Serializes an error into a string.
errorToString
(
error
:
Error
&
{
toString
?:
()
=>
string
}
)
:
string
Parameters
error
:
Error
&
{
toString
?:
()
=>
string
}
The error to stringify.
Returns
string
A string representing the error.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@oliversalzburg/js-utils - v0.2.2
Loading...
Serializes an error into a string.