diff --git a/src/apps.js b/src/apps.js index 0c9f09162..08d3cecd9 100644 --- a/src/apps.js +++ b/src/apps.js @@ -1378,7 +1378,7 @@ async function install(data, auditSource) { const features = appstore.getFeatures(); const installedAppCount = await getCount(); - if (features.appMaxCount <= installedAppCount) throw new BoxError(BoxError.PLAN_LIMIT); + if (features.appMaxCount <= installedAppCount) throw new BoxError(BoxError.PLAN_LIMIT, 'app limit reached'); const subdomain = data.subdomain.toLowerCase(), domain = data.domain.toLowerCase(),