Theia API Documentation v1.65.0
    Preparing search index...
    interface SerializedError {
        $isError: true;
        message: string;
        name: string;
        stack: string;
    }
    Index

    Properties

    $isError: true
    message: string
    name: string
    stack: string