Lines Matching refs:errnoException
100 const errnoException = errors.errnoException; constant
290 const ex = errnoException(err, 'open');
303 throw errnoException(err, 'open');
461 throw errnoException(err, 'connect');
776 throw errnoException(err, 'getsockname');
792 throw errnoException(err, 'getpeername');
801 throw errnoException(err, 'setBroadcast');
811 throw errnoException(err, 'setTTL');
823 throw errnoException(err, 'setMulticastTTL');
833 throw errnoException(err, 'setMulticastLoopback');
846 throw errnoException(err, 'setMulticastInterface');
861 throw errnoException(err, 'addMembership');
877 throw errnoException(err, 'dropMembership');
894 throw errnoException(err, 'addSourceSpecificMembership');
912 throw errnoException(err, 'dropSourceSpecificMembership');
939 return self.emit('error', errnoException(nread, 'recvmsg'));