Files
openclaw/src/provider-runtime
Peter Lee fee89ff4cb fix(provider-runtime): align transient network error codes across retry paths (#101496)
* fix(provider-runtime): align transient network retries

Centralize the shared connection error policy, preserve the bounded provider-only ENOTFOUND retry, and keep gateway DNS/config failures and provider creates fail-fast.\n\nCo-authored-by: Peter Lee <li.xialong@xydigit.com>

* test(provider-runtime): cover root retry error codes

Exercise direct Node error.code and nested cause.code shapes through the public retry wrapper.

Co-authored-by: Peter Lee <li.xialong@xydigit.com>

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-12 16:33:24 -07:00
..