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

Class StorageWriteError

fluxon_py/api_error.py:295–301  ·  view source on GitHub ↗

Storage write errors.

Source from the content-addressed store, hash-verified

293
294@dataclass(frozen=True)
295class StorageWriteError(ApiError):
296 """Storage write errors."""
297
298 storage_path: Optional[str] = None
299
300 def code(self) -> int:
301 return 6002
302
303
304@dataclass(frozen=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected