aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生2026-01-021-0/+3
|
* Add new error types and sort variants alphabetically魏曹先生2025-10-291-23/+26
| | | | | | - Add Authentication, Locked, NoResult, and NotFound error variants - Remove Crypto error variant - Reorder all variants in A-Z order for better maintainability
* update: Add error type - Locked魏曹先生2025-10-271-0/+3
|
* refactor: Update action macros and error types魏曹先生2025-10-121-0/+3
| | | | | - Enhance action_gen macro functionality - Add new error variants for TCP connection
* feat: add new error variants to TcpTargetError魏曹先生2025-10-061-0/+6
| | | | | - Add NotLocal error for actions requiring local execution - Add NotRemote error for actions requiring remote execution
* feat(tcp_connection): add MessagePack serialization support魏曹先生2025-09-261-0/+15
| | | | | | | | | | | | - 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.
* Update TcpTargetError魏曹先生2025-09-211-13/+78
|
* Add error.rs魏曹先生2025-09-141-0/+24