thrownewError(`Chip of type ${type} and name ${name} has not yet been registered`);
}
returnret;
}catch(e){
thrownewErrors.ValidationError(`ChipManager was asked to return a chip of type "${type}" and name "${name}", but it was not found`,{},{short_message:"chip_not_found"});
throwErrors.Error("Chip manager was requested to return a datastore chip. Multiple chips of type `datastore` have been registered, and no default provided in configuration.");