Docs
Reference
Guides
Blog
Discord
/
Globals
/
ErrorConstructor
/
constructor
Co
constructor
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Globals
/
ErrorConstructor
/
constructor
Co
constructor
constructor
ErrorConstructor.constructor
constructor
ErrorConstructor
(
message
?
:
string
)
:
Error
;
constructor
ErrorConstructor
(
message
?
:
string
,
options
?
:
ErrorOptions
)
:
Error
;
Referenced types
interface
Error
cause
?
:
unknown
The cause of the error.
message
:
string
name
:
string
stack
?
:
string
interface
ErrorOptions
cause
?
:
unknown
The cause of the error.