DoxigAlpha

WriteError

Source

Implementation

#
pub const WriteError = posix.SendMsgError || error{
    ConnectionResetByPeer,
    SocketNotBound,
    MessageTooBig,
    NetworkSubsystemFailed,
    SystemResources,
    SocketNotConnected,
    Unexpected,
}