Tableau Embedding API
    Preparing search index...

    Interface VizLoadErrorEvent

    An event that signals an error while loading the webcomponent.

    interface VizLoadErrorEvent {
        errorCode: EmbeddingErrorCodes;
        message: string;
    }
    Index

    Properties

    Properties

    The error code

    message: string

    The error message