pub fn validate_batch(ids: &[PipelineId]) -> Result<(), PipelineError>Expand description
Validates a collection of pipeline IDs
ยงReturns
Ok(())if all IDs are valid and uniqueErr(PipelineError)if any validation fails
pub fn validate_batch(ids: &[PipelineId]) -> Result<(), PipelineError>Validates a collection of pipeline IDs
Ok(()) if all IDs are valid and uniqueErr(PipelineError) if any validation fails