You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Cannot verify the minReputation=${options.minReputation} floor: the reputation-indexed discovery service is unavailable and on-chain fallback discovery cannot rank by reputation. Retry without minReputation, or retry later.`,
? `Could not resolve your intent for capability "${capability}". See "options" for the available catalog entries and their valid params, then retry with matching intent/params.`
405
+
: `Providers for capability "${capability}" serve a catalog of priced routes — pass "intent" or "params" to select one. See "options" for the catalog entries and their valid params.`;
378
406
thrownewAzethError(
379
407
catalogOptions.length>0
380
-
? `Could not resolve your intent for capability "${capability}". See "options" for the available catalog entries and their valid params, then retry with matching intent/params.`
381
-
: `All ${services.length}services for capability "${capability}" failed`,
0 commit comments