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

Class MsgSerializeError

fluxon_py/api_error.py:833–840  ·  view source on GitHub ↗

Message serialize failed errors.

Source from the content-addressed store, hash-verified

831
832@dataclass(frozen=True)
833class MsgSerializeError(ApiError):
834 """Message serialize failed errors."""
835
836 excption: Optional[Exception] = None
837 message: str = ""
838
839 def code(self) -> int:
840 return 14010
841
842
843@dataclass(frozen=True)

Callers 1

serialize_messageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected