Interface VideoJSError

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

Hierarchy

  • VideoJSError

Properties

Properties

code: number

The error code, representing one of these states:

1: Video.js is not available.

2: WebAssembly is not available.

message: string

The error message.

Generated using TypeDoc