http-request-manager 18.11.19 → 18.11.21
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.
|
@@ -8658,6 +8658,7 @@ class RequestManagerDemoComponent {
|
|
|
8658
8658
|
requestParams.retry = { times: 0, delay: 0 };
|
|
8659
8659
|
}
|
|
8660
8660
|
const apiOptions = ApiRequest.adapt(requestParams);
|
|
8661
|
+
apiOptions.displayError = true;
|
|
8661
8662
|
apiOptions.path = [];
|
|
8662
8663
|
apiOptions.server = this.server;
|
|
8663
8664
|
apiOptions.adapter = this.adapter;
|