pub fn mark_session_target_missing(
session_id: &str,
detail: &str,
updated_at: &str,
) -> Result<Option<SessionState>>Expand description
Record that the managed target of an otherwise live session is definitively gone. A verified checkpoint keeps the session recoverable as an error on the dashboard; without one, the session is lost. The state predicate keeps a late poll result from overwriting a concurrent lifecycle transition.