MCPcopy Create free account
hub / github.com/OpenRouterTeam/python-sdk / PermanentError

Class PermanentError

src/openrouter/utils/retries.py:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105class PermanentError(Exception):
106 inner: Exception
107
108 def __init__(self, inner: Exception):
109 self.inner = inner
110
111
112def _parse_retry_after_header(response: httpx.Response) -> Optional[int]:

Callers 1

do_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected