@nsshunt/ststestrunner 1.0.52 → 1.0.54
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/ststestrunner.mjs
CHANGED
|
@@ -12287,19 +12287,6 @@ class FhirClient {
|
|
|
12287
12287
|
if (axiosError.response) {
|
|
12288
12288
|
responseCode = axiosError.response.status;
|
|
12289
12289
|
__privateGet$1(this, _LogDebugMessage).call(this, chalk.red(`AXIOS Error Response.Status = [${axiosError.response.status}]`));
|
|
12290
|
-
if (axiosError.response.headers) {
|
|
12291
|
-
__privateGet$1(this, _LogErrorMessage).call(this, chalk.red(` headers: [${JSON.stringify(axiosError.response.headers)}]`));
|
|
12292
|
-
}
|
|
12293
|
-
if (axiosError.response.data) {
|
|
12294
|
-
__privateGet$1(this, _LogErrorMessage).call(this, chalk.red(` data: [${JSON.stringify(axiosError.response.data)}]`));
|
|
12295
|
-
}
|
|
12296
|
-
try {
|
|
12297
|
-
if (axiosError.response.config) {
|
|
12298
|
-
__privateGet$1(this, _LogErrorMessage).call(this, chalk.red(` config: [${JSON.stringify(axiosError.response.config)}]`));
|
|
12299
|
-
}
|
|
12300
|
-
} catch (innererror) {
|
|
12301
|
-
__privateGet$1(this, _LogErrorMessage).call(this, chalk.red(` could not get response config, error: [${innererror}]`));
|
|
12302
|
-
}
|
|
12303
12290
|
} else {
|
|
12304
12291
|
__privateGet$1(this, _LogDebugMessage).call(this, chalk.red(`AXIOS Error = [${axiosError}]`));
|
|
12305
12292
|
}
|