Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
EditorOpenError
Interface EditorOpenError
An error from
openInEditor
, carrying a machine-readable
.code
.
interface
EditorOpenError
{
code
:
|
"invalid-params"
|
"forbidden"
|
"unknown"
|
"not-found"
|
"no-target"
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
EditorOpenError
Index
Properties
code
message
name
stack?
Properties
code
code
:
"invalid-params"
|
"forbidden"
|
"unknown"
|
"not-found"
|
"no-target"
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
name
stack
@immediately-run/sdk
Loading...
An error from openInEditor, carrying a machine-readable
.code.