epoll::EPOLLERR []

pub const EPOLLERR: Events = Events{bits: libc::EPOLLERR as u32,}

Error condition happened on the associated file descriptor.

wait will always wait for this event; is not necessary to set it in events.