pacwrap/pacwrap-agent/src
Xavier Moffett 8191764098
Increased log coverage and refactored error module
- Error logging is now present in pacwrap-agent
- Agent error code handling now correctly traps runtime panics.
- impl of DisplayTrait for TransactionError no longer handles the
  display of transaction failure messages.
- Error handling for TransactionAggregation is split into three
  categories: Fatal, Error, and Non-Fatal Error. While two former are
  immediately trapped and the program is terminated, the latter can
  safely terminate the program without consequence.
2024-09-23 19:59:36 -04:00
..
agent.rs Increased log coverage and refactored error module 2024-09-23 19:59:36 -04:00
error.rs Agent error handling and initialize trustdb during composition 2024-05-31 17:30:55 -04:00
main.rs Revised error handling and some cleanup 2024-09-19 23:19:26 -04:00