Base class for all exceptions in libcargo-ipc. More...
Classes | |
struct | cargo::ipc::IPCParsingException |
Exception to indicate error while reading/parsing data from the socket. More... | |
struct | cargo::ipc::IPCSerializationException |
Exception to indicate error while writing/serializing data to the socket. More... | |
struct | cargo::ipc::IPCPeerDisconnectedException |
Exception to indicate that requested peer is not available, i.e. More... | |
struct | cargo::ipc::IPCNaughtyPeerException |
Exception to indicate that peer performed a forbidden action. More... | |
struct | cargo::ipc::IPCRemovedPeerException |
Exception to indicate error while removing peer. More... | |
struct | cargo::ipc::IPCClosingException |
Exception to indicate error while closing IPC channel. More... | |
struct | cargo::ipc::IPCTimeoutException |
Exception to indicate timeout event error. More... | |
struct | cargo::ipc::IPCSocketException |
Exception to indicate socket error. More... | |
struct | cargo::ipc::IPCUserException |
Exception to indicate user error. More... | |
Base class for all exceptions in libcargo-ipc.