Databricks SDK for JavaScript
    Preparing search index...
    interface StackFrame {
        declaringClass?: string;
        fileName?: string;
        lineNumber?: number;
        methodName?: string;
    }
    Index

    Properties

    declaringClass?: string

    Class from which the method call originated

    fileName?: string

    File where the method is defined

    lineNumber?: number

    Line from which the method was called

    methodName?: string

    Name of the method which was called