summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/error.rs
AgeCommit message (Collapse)Author
2026-01-02Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生
2025-10-29Add new error types and sort variants alphabetically魏曹先生
- Add Authentication, Locked, NoResult, and NotFound error variants - Remove Crypto error variant - Reorder all variants in A-Z order for better maintainability
2025-10-27update: Add error type - Locked魏曹先生
2025-10-12refactor: Update action macros and error types魏曹先生
- Enhance action_gen macro functionality - Add new error variants for TCP connection
2025-10-06feat: add new error variants to TcpTargetError魏曹先生
- Add NotLocal error for actions requiring local execution - Add NotRemote error for actions requiring remote execution
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
- Add rmp-serde dependency for MessagePack serialization - Implement write_msgpack and read_msgpack methods for basic MessagePack support - Add write_large_msgpack and read_large_msgpack methods for chunked transmission - Add error conversions for rmp-serde errors - Add comprehensive tests for MessagePack functionality - Fix code formatting and improve readability - Make stream field pub(crate) for better access control All tests pass successfully, ensuring backward compatibility.
2025-09-21Update TcpTargetError魏曹先生
2025-09-14Add error.rs魏曹先生