Skip to content

Commit

Permalink
adapter_error
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 30, 2024
1 parent 9f0c76f commit 46771c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/model/project/report/results/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl ReportResults {
let results_array = AdapterResultsArray::new(results_array, adapter, adapter_settings)
.map_err(|e| {
bad_request_error(format!(
"Failed to convert results with adapter ({adapter} | {settings:?}): {e}"
"Failed to convert results with adapter ({adapter} | {settings:?}): {e}\n\nAre you sure {adapter} is the right adapter?\nRead more about adapters here: https://bencher.dev/docs/explanation/adapters/"
))
})?;

Expand Down

0 comments on commit 46771c3

Please sign in to comment.