pyuv.errno
— Error constant definitions¶
This module contains the defined error constants from libuv and c-ares.
IMPORTANT: The errno codes in pyuv don’t necessarily match those in the Python errno module.
- pyuv.errno.errorcode¶
Mapping (code, string) with libuv error codes.
- pyuv.errno.strerror(errorno)¶
- Parameters
errorno (int) – Error number.
Get the string representation of the given error number.