Expand description
Enum codifies the errors which the program may encounter in communication with the Linux messaging system. Defines the custom error type for the Inter-Process Communication (IPC) messaging system.
This module contains the MessagingError enum, which consolidates all potential
failures that can occur within the POSIX message queue listener and command dispatcher.
Using a dedicated error type allows for clear, specific, and actionable
error handling throughout the IPC layer.
This entire module is conditionally compiled and is only available on target_os = "linux".
The MessagingError enum is built using the thiserror crate.
Enumsยง
- Messaging
Error - Enum codifies the errors which the program may encounter in communication with the Linux messaging system.