Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressContainerNotFound

    Generated when the container element specified in the expressId option is not found in the DOM.

    interface ExpressContainerNotFound {
        code: "express_container_not_found";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_container_not_found"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Express container not found.

    payload: any

    Contains the id of the container that was not found.

    severity: string

    error