Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
EditorWriteError
Interface EditorWriteError
An error from a working-tree mutation, carrying a machine-readable
.code
.
interface
EditorWriteError
{
code
:
|
"invalid-params"
|
"forbidden"
|
"unknown"
|
"not-found"
|
"exists"
|
"too-large"
|
"no-target"
|
"protected"
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
EditorWriteError
Index
Properties
code
message
name
stack?
Properties
code
code
:
|
"invalid-params"
|
"forbidden"
|
"unknown"
|
"not-found"
|
"exists"
|
"too-large"
|
"no-target"
|
"protected"
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 a working-tree mutation, carrying a machine-readable
.code.