Databricks SDK for JavaScript
    Preparing search index...

    Variable TerminationType_TypeConst

    TerminationType_Type: {
        CLIENT_ERROR: "CLIENT_ERROR";
        CLOUD_FAILURE: "CLOUD_FAILURE";
        INTERNAL_ERROR: "INTERNAL_ERROR";
        SUCCESS: "SUCCESS";
    } = ...
    • SUCCESS: The run terminated without any issues
    • INTERNAL_ERROR: An error occurred in the platform. Please look at the status page or contact support if the issue persists.
    • CLIENT_ERROR: The run was terminated because of an error caused by user input or the job configuration.
    • CLOUD_FAILURE: The run was terminated because of an issue with your cloud provider.

    Type Declaration

    • ReadonlyCLIENT_ERROR: "CLIENT_ERROR"
    • ReadonlyCLOUD_FAILURE: "CLOUD_FAILURE"
    • ReadonlyINTERNAL_ERROR: "INTERNAL_ERROR"
    • ReadonlySUCCESS: "SUCCESS"