diff --git a/index.js b/index.js
index eb6dcdd8177116329b445020a927d6350e7a8f21..7884fa835cbe0bdcae865b7d3742dbb692ae8bf1 100644
--- a/index.js
+++ b/index.js
@@ -297497,7 +297497,7 @@ module.exports = {
 /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
 
 // @ts-check
-const { log } = __webpack_require__(635)
+const { log, errors } = __webpack_require__(635)
 const moment = __webpack_require__(2041)
 const Sentry = __webpack_require__(2)
 
@@ -297737,7 +297737,7 @@ function parsePointId(pointId) {
         pointId: pointId,
       },
     })
-    throw new Error(errorMessage)
+    throw new Error(errors.USER_ACTION_NEEDED_ACCOUNT_REMOVED)
   }
 }