-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix blocked ingestion returned error when 260 (#16387)
**What this PR does / why we need it**: Modify how we handle blocked ingestion errors: * If it is 200, don't expose any error * Otherwise, expose the error as the configured statusCode, but only if no other validation error occur. I'm calling this a secondTierErr Also modifying the enforced labels error message to log present labels.
- Loading branch information
1 parent
073c94c
commit 3d6163a
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters