LiveKit JS Client SDK - v2.17.1
Preparing search index...
LivekitError
Class LivekitError
Base error that all LiveKit specific custom errors inherit from.
Hierarchy (
View Summary
)
Error
LivekitError
CryptorError
LivekitReasonedError
SimulatedError
DeviceUnsupportedError
TrackInvalidError
UnsupportedServer
UnexpectedConnectionState
NegotiationError
PublishDataError
PublishTrackError
SignalReconnectError
Index
Constructors
constructor
Properties
cause?
code
Constructors
constructor
new
LivekitError
(
code
:
number
,
message
?:
string
,
options
?:
{
cause
?:
unknown
}
,
)
:
LivekitError
Parameters
code
:
number
Optional
message
:
string
Optional
options
:
{
cause
?:
unknown
}
Returns
LivekitError
Properties
Optional
cause
cause
?:
unknown
code
code
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
code
LiveKit JS Client SDK - v2.17.1
Loading...
Base error that all LiveKit specific custom errors inherit from.