fn get_object_infos_for_object_ids(
runner: &ScenarioRunner,
credentials: &Credentials,
object_ids: &[ObjectId],
) -> Result<Vec<Info>, Error>Expand description
Returns a list of [Info] objects for a list of [ObjectId] objects.
ยงErrors
Returns an error, if
- retrieving object information from the backend fails
- there is a logic error in the value(s) returned by the backend