Databricks SDK for JavaScript
    Preparing search index...

    Interface DatabricksServiceExceptionProto

    Serialization format for DatabricksServiceException. Note the definition of this message should be in sync with DatabricksServiceExceptionWithDetailsProto defined in /api-base/proto/exception_with_details.proto except the later one has an extra error details field defined.

    interface DatabricksServiceExceptionProto {
        errorCode?: ErrorCode;
        message?: string;
        stackTrace?: string;
    }
    Index

    Properties

    errorCode?: ErrorCode
    message?: string
    stackTrace?: string