Theia API Documentation v1.65.0
    Preparing search index...
    interface ConnectionClosedError {
        code: "RPC_PROTOCOL_CLOSED";
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy

    • Error
      • ConnectionClosedError
    Index

    Properties

    Properties

    code: "RPC_PROTOCOL_CLOSED"
    message: string
    name: string
    stack?: string