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

Class ChanKeyNotFoundError

fluxon_py/api_error.py:718–724  ·  view source on GitHub ↗

Chan key cannot be found in client.

Source from the content-addressed store, hash-verified

716
717@dataclass(frozen=True)
718class ChanKeyNotFoundError(ApiError):
719 """Chan key cannot be found in client."""
720
721 chan_key: Optional[str] = None
722
723 def code(self) -> int:
724 return 20000
725
726
727@dataclass(frozen=True)

Callers 3

get_chan_by_idFunction · 0.85
chan_unbindFunction · 0.85
get_metaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected