Commit ea0f38e
fix(cdk): improve HTTP 400 default error message and reclassify as config_error
- Change FailureType for HTTP 400 from system_error to config_error
- Surface parsed API response body in user-facing error message when
no custom error_message is set in the ErrorResolution
- Keep verbose details in internal_message for debugging
Resolves airbytehq/airbyte-internal-issues#16112
Co-Authored-By: bot_apk <apk@cognition.ai>1 parent acafc75 commit ea0f38e
2 files changed
Lines changed: 17 additions & 4 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| 469 | + | |
469 | 470 | | |
470 | 471 | | |
471 | 472 | | |
472 | | - | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
473 | 485 | | |
474 | 486 | | |
475 | 487 | | |
476 | 488 | | |
| 489 | + | |
477 | 490 | | |
478 | 491 | | |
479 | 492 | | |
480 | 493 | | |
481 | 494 | | |
482 | 495 | | |
483 | | - | |
| 496 | + | |
484 | 497 | | |
485 | 498 | | |
486 | 499 | | |
| |||
0 commit comments