Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
CriticalErrorNotification
Interface CriticalErrorNotification
Critical error notification. Emitted for fatal errors requiring process termination.
interface
CriticalErrorNotification
{
backtest
:
boolean
;
error
:
object
;
id
:
string
;
message
:
string
;
timestamp
:
number
;
type
:
"error.critical"
;
}
Index
Properties
backtest
error
id
message
timestamp
type
Properties
backtest
backtest
:
boolean
error
error
:
object
id
id
:
string
message
message
:
string
timestamp
timestamp
:
number
type
type
:
"error.critical"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
error
id
message
timestamp
type
backtest-kit
Loading...
Critical error notification. Emitted for fatal errors requiring process termination.