Preparing search index...
The search index is not available
@skyway-sdk/room
@skyway-sdk/room
SkyWayErrorInterface
Interface SkyWayErrorInterface
interface
SkyWayErrorInterface
{
info
:
ErrorInfo
;
message
:
string
;
name
:
string
;
stack
?:
string
;
toJSON
:
(
(
)
=>
object
)
;
}
Hierarchy
Error
SkyWayErrorInterface
Implemented by
SkyWayError
Index
Properties
info
message
name
stack?
toJSON
Properties
info
info
:
ErrorInfo
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
toJSON
toJSON
:
(
(
)
=>
object
)
Type declaration
(
)
:
object
Returns
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
info
message
name
stack
toJSON
@skyway-sdk/room
Loading...