Databricks SDK for JavaScript
    Preparing search index...

    ErrorInfo describes the cause of the error with structured details.

    interface ErrorInfo {
        domain: string;
        metadata: Record<string, string>;
        reason: string;
    }
    Index

    Properties

    domain: string

    The logical grouping to which the "reason" belongs.

    metadata: Record<string, string>

    Additional structured details about this error.

    reason: string

    The reason of the error. This is a constant value that identifies the proximate cause of the error.