Skip to main content

mark_step_failed

Function mark_step_failed 

Source
pub async fn mark_step_failed(
    client: &Client,
    apply_id: Uuid,
    step_no: u32,
    err: &str,
) -> Result<(), ApplyError>
Expand description

Mark a step as failed, stamp finished_at, and store the error message.