@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface MediaErrorInfo

    Structured information about a media playback error.

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

    Properties

    Properties

    code: number

    The MediaError.code value from the native element.

    message: string

    Human-readable description of the error.