@eka-care/ekascribe-ts-sdk 2.1.38 → 2.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -30856,7 +30856,7 @@ const decodeApiResponse = (s) => {
|
|
|
30856
30856
|
poll_status: "in-progress"
|
|
30857
30857
|
}), b >= 400) {
|
|
30858
30858
|
if (a++, a >= 3) {
|
|
30859
|
-
const S = g?.error?.
|
|
30859
|
+
const S = g?.error?.message || "We encountered a backend error while fetching results. Please try again.";
|
|
30860
30860
|
return d(b, null, S, "failed");
|
|
30861
30861
|
}
|
|
30862
30862
|
} else
|