Commit 0174829
authored
Add better warning message on failed profile uploads (#1466)
## Description
If upload fails with a non-200 status code return but doesn't encounter
an error, we don't log enough information to diagnose this scenario.
## Changes
- Adds a warning message to any profile uploads to WhyLabs that get back
a status code other than 200.
- [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).1 parent 919ca77 commit 0174829
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
791 | 797 | | |
792 | 798 | | |
793 | 799 | | |
| |||
0 commit comments