Moved stringifyError into its own file as it was causing strict compile issues in ErrorHandlingUtils

This commit is contained in:
Chuck Skelton
2026-05-27 18:24:46 -07:00
parent ed7ae08c5b
commit e842196df9
10 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Instead, generate ARM clients that consume this function with stricter typing.
*/
import { stringifyError } from "Common/ErrorHandlingUtils";
import { stringifyError } from "Common/stringifyError";
import promiseRetry, { AbortError } from "p-retry";
import { HttpHeaders } from "../../Common/Constants";
import { configContext } from "../../ConfigContext";