Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaObservabilityErrorRecord
Interface AsukaObservabilityErrorRecord
interface
AsukaObservabilityErrorRecord
{
context
?:
Record
<
string
,
unknown
>
;
message
:
string
;
stack
?:
string
;
timestamp
:
string
;
type
:
"error"
|
"unhandledrejection"
|
"manual"
;
}
Index
Properties
context?
message
stack?
timestamp
type
Properties
Optional
context
context
?:
Record
<
string
,
unknown
>
message
message
:
string
Optional
stack
stack
?:
string
timestamp
timestamp
:
string
type
type
:
"error"
|
"unhandledrejection"
|
"manual"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
message
stack
timestamp
type
AsukaDesigner JavaScript API - v1.0.0
Loading...