THEOplayer > TextTrackError
Inherits from THEOplayerError. See parent page for inherited properties and methods.
An error thrown by a text track.
Signature:
export interface TextTrackError extends THEOplayerError
Property |
Type |
Description |
---|---|---|
An ErrorCode that indicates the type of error that has occurred. |
||
|
The status code from the HTTP response. |
|
|
The URL of the (sideloaded) text track. |
An ErrorCode that indicates the type of error that has occurred.
Signature:
readonly code: TextTrackErrorCode;
The status code from the HTTP response.
Signature:
readonly status: number;
The URL of the (sideloaded) text track.
Signature:
readonly url: string;