P2P Media Loader Documentation
Preparing search index...
p2p-media-loader-core
PeerError
Class PeerError
Represents an error that occurred during a peer connection.
Hierarchy (
View Summary
)
TypedError
<
PeerErrorType
>
PeerError
Index
Constructors
constructor
Properties
cause?
type
name
Constructors
constructor
new
PeerError
(
type
:
PeerErrorType
,
message
?:
string
,
cause
?:
unknown
)
:
PeerError
Parameters
type
:
PeerErrorType
Optional
message
:
string
Optional
cause
:
unknown
Returns
PeerError
Properties
Optional
Readonly
cause
cause
?:
unknown
Readonly
type
type
:
PeerErrorType
Readonly
name
name
:
"PeerError"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
type
name
P2P Media Loader Documentation
Loading...
Represents an error that occurred during a peer connection.