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