Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/errors
ErrorInfo
Interface ErrorInfo
Information extracted from an error for logging and display.
interface
ErrorInfo
{
cause
?:
Error
;
code
:
string
;
context
?:
Record
<
string
,
unknown
>
;
message
:
string
;
}
Index
Properties
cause?
code
context?
message
Properties
Optional
cause
cause
?:
Error
code
code
:
string
Optional
context
context
?:
Record
<
string
,
unknown
>
message
message
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cause
code
context
message
Datalayer VS Code Extension - v0.0.4
Loading...
Information extracted from an error for logging and display.