Interface ContentProtectionErrorEvent

Dispatched when an error related to content protection occurs.

interface ContentProtectionErrorEvent {
    date: Date;
    error: ContentProtectionErrorObject;
    type: CONTENT_PROTECTION_ERROR;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

An error object containing additional information about the content protection error.

The type of the event.