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

Class ConsumerInitError

fluxon_py/api_error.py:513–520  ·  view source on GitHub ↗

Consumer initialization failed errors.

Source from the content-addressed store, hash-verified

511
512@dataclass(frozen=True)
513class ConsumerInitError(ApiError):
514 """Consumer initialization failed errors."""
515
516 channel_id: Optional[str] = None
517 instance_name: Optional[str] = None
518
519 def code(self) -> int:
520 return 12004
521
522
523@dataclass(frozen=True)

Callers 1

exception_to_ext_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected