P2P Media Loader Documentation
Preparing search index...
p2p-media-loader-core
TrackerError
Class TrackerError
Represents an error that occurred during a tracker request.
Hierarchy (
View Summary
)
TypedError
<
TrackerErrorType
>
TrackerError
Index
Constructors
constructor
Properties
cause?
type
name
Constructors
constructor
new
TrackerError
(
type
:
TrackerErrorType
,
message
?:
string
,
cause
?:
unknown
,
)
:
TrackerError
Parameters
type
:
TrackerErrorType
Optional
message
:
string
Optional
cause
:
unknown
Returns
TrackerError
Properties
Optional
Readonly
cause
cause
?:
unknown
Readonly
type
type
:
TrackerErrorType
Readonly
name
name
:
"TrackerError"
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 tracker request.