} else if (errorResponse.status >= 400 && errorResponse.status < 500) {
                return notificationService.notify({
                    message: `${errorResponse.status} - ${errorResponse.message}`,
                    title: 'Request-Error',
                    type: AppNotificationType.ERROR,