Databricks SDK for JavaScript
    Preparing search index...
    interface SerializedException {
        className?: string;
        message?: string;
        stack?: StackFrame[];
    }
    Index

    Properties

    className?: string

    Runtime class of the exception

    message?: string

    Exception message

    stack?: StackFrame[]

    Stack trace consisting of a list of stack frames