feat(errors): classify the install 'no store entry' failure
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
Even with the honest install badge the hub error stays reachable (stale store snapshot, race with a store refresh, older hub). The friendly-error mapper now gives it its own headline plus a hint naming the three acquisition paths — local module install, adding the providing store, configuring the MCP/n8n integration — in EN and DE, with the verbatim hub message kept copyable. Matcher unit tests EN+DE guard the classification. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
08227410e6
commit
e28fffee61
7 changed files with 87 additions and 2 deletions
|
|
@ -512,6 +512,18 @@ abstract class AppLocalizations {
|
|||
/// **'Open the flow\'s Text tab — the analyzer\'s Fix button installs the capability if it\'s in the store.'**
|
||||
String get errCapabilityNotInstalledHint;
|
||||
|
||||
/// No description provided for @errNoStoreEntry.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No store entry provides this capability.'**
|
||||
String get errNoStoreEntry;
|
||||
|
||||
/// No description provided for @errNoStoreEntryHint.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Three ways to get it: install a local module (chain install --link <path>), add the store that provides it (Settings → Stores), or configure the integration (MCP/n8n) that supplies it. If it was just published, refresh the Store page first.'**
|
||||
String get errNoStoreEntryHint;
|
||||
|
||||
/// No description provided for @welcomeDocClose.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue