Implemented By
Supported Methods
Description of Methods
eAgain() as Boolean
Return true if errno is EAGAIN.
eAlready() as Boolean
Return true if errno is EALREADY.
eBadAddr() as Boolean
Return true if errno is EBADADDR.
eDestAddrReq() as Boolean
Return true if errno is EDESTADDRREQ.
eHostUnreach() as Boolean
Return true if errno is EHOSTUNREACH.
eInvalid() as Boolean
Return true if errno is EINVALID.
eInProgress() as Boolean
Return true if errno is EINPROGRESS.
eWouldBlock() as Boolean
Return true if errno is EWOULDBLOCK.
eSuccess() as Boolean
Return true if errno is 0 (no errors).
eOK() as Boolean
Return true if errno is has no hard error, but there could be async conditions: EAGAIN, EALREADY, EINPROGRESS, EWOULDBLOCK