Lines Matching refs:errors
32 return errors.Wrap(err, "Could not create working path")
45 return errors.Wrap(err, "Error running python differential script")
49 return errors.Wrap(err, "Error transferring script output to downstream")
129 return "", "", errors.New("Expected 1 new output filent. A race condition exists")
141 return errors.Wrap(
202 return nil, nil, errors.Wrap(err, "Error converting CSV file to entities")
206 return nil, nil, errors.Wrap(err, "Error converting CSV file to entities")
214 return errors.Wrap(err, "Error initializing Source Repository")
218 return errors.Wrap(err, "Error mapping diff targets; a race condition is possible")
222 return errors.Wrap(err, "Error persisting diff rows")
250 return nil, errors.New("Error casting to DiffRow")
275 return nil, errors.New("Error casting to CommitRow")
285 return errors.Wrap(err, "Error instantiating a new project repository")
289 return errors.Wrap(err, "Error inserting rows from controller")