mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-19 12:59:12 +01:00
Add SC1010 to codes redacted in syntax error messages (#2388)
This commit is contained in:
@@ -6,7 +6,7 @@ import { MinimalQueryIterator, nextPage } from "../IteratorUtilities";
|
|||||||
|
|
||||||
// Redact sensitive information from BadRequest errors with specific codes
|
// Redact sensitive information from BadRequest errors with specific codes
|
||||||
export const redactSyntaxErrorMessage = (error: unknown): unknown => {
|
export const redactSyntaxErrorMessage = (error: unknown): unknown => {
|
||||||
const codesToRedact = ["SC1001", "SC2001"];
|
const codesToRedact = ["SC1001", "SC2001", "SC1010"];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Handle error objects with a message property
|
// Handle error objects with a message property
|
||||||
|
|||||||
Reference in New Issue
Block a user