SocketResultError¶
An unrecoverable error occurred, or the peer closed the connection
(POSIX recv returning 0 is mapped here so the runtime never reports OK
with a 0-byte read). The socket should be closed.
Constructors¶
create¶
Returns¶
- SocketResultError val^
Public Functions¶
apply¶
Returns¶
- U8 val
eq¶
Parameters¶
- that: SocketResultError val
Returns¶
- Bool val
ne¶
Parameters¶
- that: SocketResultError val
Returns¶
- Bool val