Module rustuv::uvll::errors[src]
Statics
pub static EACCES: c_int = -libc::EACCES |
|
pub static EADDRINUSE: c_int = -libc::EADDRINUSE |
|
pub static EADDRNOTAVAIL: c_int = -libc::EADDRNOTAVAIL |
|
pub static EBADF: c_int = -libc::EBADF |
|
pub static ECANCELED: c_int = -libc::ECANCELED |
|
pub static ECONNABORTED: c_int = -libc::ECONNABORTED |
|
pub static ECONNREFUSED: c_int = -libc::ECONNREFUSED |
|
pub static ECONNRESET: c_int = -libc::ECONNRESET |
|
pub static ENOENT: c_int = -libc::ENOENT |
|
pub static ENOTCONN: c_int = -libc::ENOTCONN |
|
pub static EPIPE: c_int = -libc::EPIPE |