@movingimage-evp/player-sdk
    Preparing search index...

    Type Alias ErrorEventData

    type ErrorEventData = {
        message: string;
        method?: PlayerMethodNames;
        name: string;
    }
    Index

    Properties

    Properties

    message: string

    The error message.

    The method that was called when the error occurred.

    name: string

    The error name.