diff --git a/index.js b/index.js index 2b2987426b3f6910f0507f4de93b9698fc17a926..d22c8f89e42e06f33d5dd89893a2db96331b4ecd 100644 --- a/index.js +++ b/index.js @@ -247476,7 +247476,7 @@ async function findUserPdl( escalierEtEtageEtAppartement: escalierEtEtageEtAppartement, }, }) - throw new Error(errors.LOGIN_FAILED) + throw new Error(errors.VENDOR_DOWN) }) const parsedReply = await xml2js.parseStringPromise(response.body, { @@ -247834,7 +247834,7 @@ async function findUserAddress(url, apiAuthKey, userLogin, pointId) { section: 'findUserAddress', }, }) - throw new Error(errors.LOGIN_FAILED) + throw new Error(errors.VENDOR_DOWN) } }