monkey-front-core 0.0.386 → 0.0.387
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/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.387.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.386.tgz +0 -0
|
@@ -4380,7 +4380,7 @@ class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
|
|
|
4380
4380
|
return found;
|
|
4381
4381
|
}
|
|
4382
4382
|
getMessageType(status) {
|
|
4383
|
-
if (status === 409 || status === 400) {
|
|
4383
|
+
if (status === 409 || status === 400 || status === 401) {
|
|
4384
4384
|
return 'warning';
|
|
4385
4385
|
}
|
|
4386
4386
|
return 'error';
|