From 3690db7f62c4892614997b4daac12f85cc683582 Mon Sep 17 00:00:00 2001
From: build-token <build-token>
Date: Thu, 19 Jan 2023 09:24:33 +0000
Subject: [PATCH] publish: add enedis error

generated from commit 4b7e79b75092202bb14566ac6173966bec97e3f6
---
 index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.js b/index.js
index bb8191f..6bb7f76 100644
--- a/index.js
+++ b/index.js
@@ -241643,6 +241643,7 @@ async function activateContract(
     }
     //TODO: handle SGT4B8: Il existe déjà plusieurs demandes en cours sur le point ?
     //TODO: handle SGT4H9: La demande ne porte pas sur un point équipé d'un compteur communicant ouvert aux services niveau 2.
+    //TODO: handle SGT589: La demande ne peut pas aboutir car le compteur n'est actuellement pas téléopérable.
     throw errors.LOGIN_FAILED
   }
 }
-- 
GitLab