[][src]Module ipmpsc::error

Structs

AlreadyReceived

Error indicating that the caller has attempted to read more than one message from a given ZeroCopyContext.

MessageTooLarge

Error indicating that the caller attempted to send a message of serialized size greater than the ring buffer capacity.

ZeroSizedMessage

Error indicating that the caller attempted to send a message of zero serialized size, which is not supported.