Databricks SDK for JavaScript
    Preparing search index...

    Describes additional debugging info.

    interface DebugInfo {
        detail: string;
        stackEntries: string[];
    }
    Index

    Properties

    Properties

    detail: string

    Additional debugging information provided by the server.

    stackEntries: string[]

    The stack trace entries indicating where the error occurred.