Type alias PlayerError

PlayerError: {
    name: "Start timeout";
    type: "PlayerError";
} | {
    name: "Connection timeout";
    type: "PlayerError";
} | {
    name: "Data timeout";
    type: "PlayerError";
} | {
    compoment: 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

Type declaration

  • name: "Start timeout"
  • type: "PlayerError"

Type declaration

  • name: "Connection timeout"
  • type: "PlayerError"

Type declaration

  • name: "Data timeout"
  • type: "PlayerError"

Type declaration

  • compoment: string
  • name: "Update the browser"
  • type: "PlayerError"

Type declaration

  • detail: string
  • name: "Playback error"
  • type: "PlayerError"

Type declaration

  • detail: string
  • name: "Video play error"
  • type: "PlayerError"

Type declaration

  • detail: string
  • name: "Video unsupported error"
  • type: "PlayerError"