validate_batch

pub fn validate_batch(ids: &[PipelineId]) -> Result<(), PipelineError>
Expand description

Validates a collection of pipeline IDs

ยงReturns

  • Ok(()) if all IDs are valid and unique
  • Err(PipelineError) if any validation fails