THEOplayer Web SDK
    Preparing search index...

    Interface ContentSteeringErrorEvent

    Fired when an error occurs during content steering.

    interface ContentSteeringErrorEvent {
        date: Date;
        reason: string;
        type: "contentsteeringerror";
    }

    Hierarchy (View Summary)

    • Event<"contentsteeringerror">
      • ContentSteeringErrorEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    reason: string

    The reason for the content steering error.

    type: "contentsteeringerror"

    The type of the event.