Module err

Source

Structs§

ReadyTimeoutError
An error returned from the ready_timeout method.
RecvError
An error returned from the recv method.
SelectTimeoutError
An error returned from the select_timeout method.
SendError
An error returned from the send method.
TryReadyError
An error returned from the try_ready method.
TrySelectError
An error returned from the try_select method.

Enums§

RecvTimeoutError
An error returned from the recv_timeout method.
SendTimeoutError
An error returned from the send_timeout method.
TryRecvError
An error returned from the try_recv method.
TrySendError
An error returned from the try_send method.