MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / KeyNotFoundError

Class KeyNotFoundError

fluxon_py/api_error.py:199–205  ·  view source on GitHub ↗

Key not found errors.

Source from the content-addressed store, hash-verified

197
198@dataclass(frozen=True)
199class KeyNotFoundError(ApiError):
200 """Key not found errors."""
201
202 key: Optional[str] = None
203
204 def code(self) -> int:
205 return 4000
206
207
208@dataclass(frozen=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected