Skip to content

Commit

Permalink
Better error string
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Nov 15, 2024
1 parent 43fbaa5 commit 71b06d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/util/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ func RetryForTooManyRequests[T any](

return result, httpResponse, errors.Join(
err,
errors.New("number of retries exceeded for 429 retries"),
errors.New("number of retries exceeded"),
)
}

0 comments on commit 71b06d6

Please sign in to comment.