Event.errno

The _errno code for the error which triggered the event.

This property function may only be called if Event.type is either bindFailed, acceptFailed, closeFailed or handshakeFailedNoDetail.

struct Event
@property const pure nothrow
int
errno
()

Throws

Error if the property is called for a wrong event type.

Meta