Databricks SDK for JavaScript
    Preparing search index...

    Interface TerminationDetails

    interface TerminationDetails {
        code?: TerminationCode_Code;
        message?: string;
        type?: TerminationType_Type;
    }
    Index

    Properties

    Properties

    message?: string

    A descriptive message with the termination details. This field is unstructured and the format might change.