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

Class ApiFileNotFoundError

fluxon_py/api_error.py:369–375  ·  view source on GitHub ↗

File not found errors (extension layer).

Source from the content-addressed store, hash-verified

367
368@dataclass(frozen=True)
369class ApiFileNotFoundError(ApiError):
370 """File not found errors (extension layer)."""
371
372 filepath: Optional[str] = None
373
374 def code(self) -> int:
375 return 10100
376
377
378@dataclass(frozen=True)

Callers 1

exception_to_ext_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected