@ceeblue/wrts-client
    Preparing search index...

    Type Alias PlayerError

    PlayerError:
        | { name: "Start timeout"; type: "PlayerError" }
        | { name: "Connection timeout"; type: "PlayerError" }
        | { name: "Data timeout"; type: "PlayerError" }
        | { component: string; name: "Update the browser"; type: "PlayerError" }
        | { detail: string; name: "Playback error"; type: "PlayerError" }
        | { detail: string; name: "Video play error"; type: "PlayerError" }
        | { detail: string; name: "Video unsupported error"; type: "PlayerError" }
        | SourceError
        | MediaPlaybackError
        | MediaKeysEngineError

    Type Declaration

    • { name: "Start timeout"; type: "PlayerError" }

      Represents a Start timeout issue

    • { name: "Connection timeout"; type: "PlayerError" }

      Represents a Connection timeout issue

    • { name: "Data timeout"; type: "PlayerError" }

      Represents a Data timeout error

    • { component: string; name: "Update the browser"; type: "PlayerError" }

      Represents a unsupported feature requiring to update the browser

    • { detail: string; name: "Playback error"; type: "PlayerError" }

      Represents a media playback error

    • { detail: string; name: "Video play error"; type: "PlayerError" }

      Represents a video play error

    • { detail: string; name: "Video unsupported error"; type: "PlayerError" }

      Represents a video unsupported error

    • SourceError

      Represents a SourceError error

    • MediaPlaybackError

      Represents a MediaPlaybackError error

    • MediaKeysEngineError

      Represents a MediaKeysEngineError error