Amazon IVS Player
    Preparing search index...

    Interface VideoJSError

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

    interface VideoJSError {
        code: number;
        message: string;
    }
    Index

    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.