sparc - v1.0.1
Preparing search index...
error-handling/errors/SystemError
SystemError
Class SystemError
Hierarchy
Error
SystemError
Index
Constructors
constructor
Properties
_
breaks
Flow
_
name
_
timestamp
Accessors
breaks
Flow
name
timestamp
Methods
to
JSON
to
String
from
Error
Event
Constructors
constructor
new
SystemError
(
name
:
string
,
message
:
string
,
options
?:
ErrorOptions
,
)
:
SystemError
Parameters
name
:
string
message
:
string
Optional
options
:
ErrorOptions
Returns
SystemError
Properties
Private
_
breaks
Flow
_breaksFlow
:
boolean
Private
_
name
_name
:
string
Private
_
timestamp
_timestamp
:
Date
Accessors
breaks
Flow
get
breaksFlow
()
:
boolean
Returns
boolean
name
get
name
()
:
string
Returns
string
timestamp
get
timestamp
()
:
Date
Returns
Date
Methods
to
JSON
toJSON
()
:
string
Returns
string
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Static
from
Error
Event
fromErrorEvent
(
event
:
ErrorEvent
,
options
?:
ErrorOptions
)
:
SystemError
Parameters
event
:
ErrorEvent
options
:
ErrorOptions
= ...
Returns
SystemError
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
breaks
Flow
_
name
_
timestamp
Accessors
breaks
Flow
name
timestamp
Methods
to
JSON
to
String
from
Error
Event
sparc - v1.0.1
Loading...
Returns a string representation of an object.