Variable TerminationType_TypeConst
TerminationType_Type: {
CLIENT_ERROR: "CLIENT_ERROR";
CLOUD_FAILURE: "CLOUD_FAILURE";
INTERNAL_ERROR: "INTERNAL_ERROR";
SUCCESS: "SUCCESS";
} = ...
Type Declaration
ReadonlyCLIENT_ERROR: "CLIENT_ERROR"
ReadonlyCLOUD_FAILURE: "CLOUD_FAILURE"
ReadonlyINTERNAL_ERROR: "INTERNAL_ERROR"
ReadonlySUCCESS: "SUCCESS"
SUCCESS: The run terminated without any issuesINTERNAL_ERROR: An error occurred in theCLIENT_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.