SOLV_ERROR_CORRUPT
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "inconsistent number of solvables: %d %d", nentries, numsolv);
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "more than one solvable block");
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "illegal fixarray");
data->error = pool_error(data->repo->pool, SOLV_ERROR_CORRUPT, "read_id: id too long");
return pool_error(pool, SOLV_ERROR_CORRUPT, "bad number of dirs");
return pool_error(pool, SOLV_ERROR_CORRUPT, "relations are forbidden in a local pool");
return pool_error(pool, SOLV_ERROR_CORRUPT, "sub-repository solvable number does not match main repository (%d - %d)", extendend - extendstart, numsolv);
return pool_error(pool, SOLV_ERROR_CORRUPT, "main repository contains holes, cannot extend");
return pool_error(pool, SOLV_ERROR_CORRUPT, "expanding strings size mismatch");
return pool_error(pool, SOLV_ERROR_CORRUPT, "store strings don't start with an empty string");
return SOLV_ERROR_CORRUPT;
return SOLV_ERROR_CORRUPT;