this.gui
    Preparing search index...

    Type Alias MonadDiscoveryError

    type MonadDiscoveryError = {
        at: number;
        endpoint?: string;
        message: string;
        stage:
            | "surface"
            | "control"
            | "mesh"
            | "registry"
            | "scan"
            | "storage"
            | "sse";
    }
    Index

    Properties

    at: number
    endpoint?: string
    message: string
    stage: "surface" | "control" | "mesh" | "registry" | "scan" | "storage" | "sse"