Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
InfoErrorNotification
Interface InfoErrorNotification
Error notification. Emitted for recoverable errors in background tasks.
interface
InfoErrorNotification
{
backtest
:
boolean
;
error
:
object
;
id
:
string
;
message
:
string
;
timestamp
:
number
;
type
:
"error.info"
;
}
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.info"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
error
id
message
timestamp
type
backtest-kit
Loading...
Error notification. Emitted for recoverable errors in background tasks.