Datalayer VS Code Extension - v0.0.9
Preparing search index...
types/messages
WebviewErrorMessage
Interface WebviewErrorMessage
Error from webview
interface
WebviewErrorMessage
{
body
:
{
message
:
string
;
stack
?:
string
}
;
type
:
"error"
;
}
Index
Properties
body
type
Properties
body
body
:
{
message
:
string
;
stack
?:
string
}
Error details
Type Declaration
message
:
string
Error message
Optional
stack
?:
string
Stack trace
type
type
:
"error"
Message type discriminator
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
Datalayer VS Code Extension - v0.0.9
Loading...
Error from webview