Databricks SDK for JavaScript
    Preparing search index...
    interface ErrorDetail {
        exceptions?: SerializedException[];
        fatal?: boolean;
    }
    Index

    Properties

    Properties

    exceptions?: SerializedException[]

    The exception thrown for this error, with its chain of cause.

    fatal?: boolean

    Whether this error is considered fatal, that is, unrecoverable.