Databricks SDK for JavaScript
    Preparing search index...

    Variable TerminationTypeConst

    TerminationType: {
        CLIENT_ERROR: "CLIENT_ERROR";
        CLOUD_FAILURE: "CLOUD_FAILURE";
        SERVICE_FAULT: "SERVICE_FAULT";
        SUCCESS: "SUCCESS";
    } = ...

    type of the termination

    Type Declaration

    • ReadonlyCLIENT_ERROR: "CLIENT_ERROR"

      Non-retryable. Client must fix parameters before reattempting the cluster creation

    • ReadonlyCLOUD_FAILURE: "CLOUD_FAILURE"

      AWS or Azure infrastructure issue. Clients may retry after the underlying cloud issue is resolved

    • ReadonlySERVICE_FAULT: "SERVICE_FAULT"

      Databricks service issue. Clients may retry

    • ReadonlySUCCESS: "SUCCESS"

      Termination succeeded normally