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