Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoJSError

Type definition for a thrown exception from our video.js tech

Hierarchy

  • VideoJSError

Index

Properties

Properties

code

code: number

The error code, representing one of these states:

1: Video.js is not available.

2: WebAssembly is not available.

message

message: string

The error message.

Generated using TypeDoc