Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
SpaceError
Interface SpaceError
An error from a space operation, carrying a machine-readable
code
.
interface
SpaceError
{
code
:
|
"timeout"
|
"cancelled"
|
"forbidden"
|
"unknown"
|
"auth-required"
|
"not-found"
|
"unsupported-scheme"
;
message
:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
SpaceError
Index
Properties
code
message
name
stack?
Properties
code
code
:
|
"timeout"
|
"cancelled"
|
"forbidden"
|
"unknown"
|
"auth-required"
|
"not-found"
|
"unsupported-scheme"
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 space operation, carrying a machine-readable
code.