{-# LINE 1 "Z/IO/UV/Errno.hsc" #-}
module Z.IO.UV.Errno where
import Foreign.C.Types
import Foreign.C.String
import Z.Data.Text (Text)
import Z.Data.CBytes as CB
uvStdError :: CInt -> IO Text
uvStdError errno = toText <$> (fromCString =<< uv_strerror errno)
foreign import ccall unsafe uv_strerror :: CInt -> IO CString
uvErrName :: CInt -> IO Text
uvErrName errno = toText <$> (fromCString =<< uv_err_name errno)
foreign import ccall unsafe uv_err_name :: CInt -> IO CString
pattern UV_E2BIG           :: CInt
pattern UV_E2BIG           = -7
{-# LINE 38 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EACCES          :: CInt
pattern UV_EACCES          = -13
{-# LINE 41 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EADDRINUSE      :: CInt
pattern UV_EADDRINUSE      = -98
{-# LINE 44 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EADDRNOTAVAIL   :: CInt
pattern UV_EADDRNOTAVAIL   = -99
{-# LINE 47 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAFNOSUPPORT    :: CInt
pattern UV_EAFNOSUPPORT    = -97
{-# LINE 50 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAGAIN          :: CInt
pattern UV_EAGAIN          = -11
{-# LINE 53 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_ADDRFAMILY  :: CInt
pattern UV_EAI_ADDRFAMILY  = -3000
{-# LINE 56 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_AGAIN       :: CInt
pattern UV_EAI_AGAIN       = -3001
{-# LINE 59 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_BADFLAGS    :: CInt
pattern UV_EAI_BADFLAGS    = -3002
{-# LINE 62 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_BADHINTS    :: CInt
pattern UV_EAI_BADHINTS    = -3013
{-# LINE 65 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_CANCELED    :: CInt
pattern UV_EAI_CANCELED    = -3003
{-# LINE 68 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_FAIL        :: CInt
pattern UV_EAI_FAIL        = -3004
{-# LINE 71 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_FAMILY      :: CInt
pattern UV_EAI_FAMILY      = -3005
{-# LINE 74 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_MEMORY      :: CInt
pattern UV_EAI_MEMORY      = -3006
{-# LINE 77 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_NODATA      :: CInt
pattern UV_EAI_NODATA      = -3007
{-# LINE 80 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_NONAME      :: CInt
pattern UV_EAI_NONAME      = -3008
{-# LINE 83 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_OVERFLOW    :: CInt
pattern UV_EAI_OVERFLOW    = -3009
{-# LINE 86 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_PROTOCOL    :: CInt
pattern UV_EAI_PROTOCOL    = -3014
{-# LINE 89 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_SERVICE     :: CInt
pattern UV_EAI_SERVICE     = -3010
{-# LINE 92 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EAI_SOCKTYPE    :: CInt
pattern UV_EAI_SOCKTYPE    = -3011
{-# LINE 95 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EALREADY        :: CInt
pattern UV_EALREADY        = -114
{-# LINE 98 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EBADF           :: CInt
pattern UV_EBADF           = -9
{-# LINE 101 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EBUSY           :: CInt
pattern UV_EBUSY           = -16
{-# LINE 104 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ECANCELED       :: CInt
pattern UV_ECANCELED       = -125
{-# LINE 107 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ECHARSET        :: CInt
pattern UV_ECHARSET        = -4080
{-# LINE 110 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ECONNABORTED    :: CInt
pattern UV_ECONNABORTED    = -103
{-# LINE 113 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ECONNREFUSED    :: CInt
pattern UV_ECONNREFUSED    = -111
{-# LINE 116 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ECONNRESET      :: CInt
pattern UV_ECONNRESET      = -104
{-# LINE 119 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EDESTADDRREQ    :: CInt
pattern UV_EDESTADDRREQ    = -89
{-# LINE 122 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EEXIST          :: CInt
pattern UV_EEXIST          = -17
{-# LINE 125 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EFAULT          :: CInt
pattern UV_EFAULT          = -14
{-# LINE 128 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EFBIG           :: CInt
pattern UV_EFBIG           = -27
{-# LINE 131 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EHOSTUNREACH    :: CInt
pattern UV_EHOSTUNREACH    = -113
{-# LINE 134 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EINTR           :: CInt
pattern UV_EINTR           = -4
{-# LINE 137 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EINVAL          :: CInt
pattern UV_EINVAL          = -22
{-# LINE 140 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EIO             :: CInt
pattern UV_EIO             = -5
{-# LINE 143 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EISCONN         :: CInt
pattern UV_EISCONN         = -106
{-# LINE 146 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EISDIR          :: CInt
pattern UV_EISDIR          = -21
{-# LINE 149 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ELOOP           :: CInt
pattern UV_ELOOP           = -40
{-# LINE 152 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EMFILE          :: CInt
pattern UV_EMFILE          = -24
{-# LINE 155 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EMSGSIZE        :: CInt
pattern UV_EMSGSIZE        = -90
{-# LINE 158 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENAMETOOLONG    :: CInt
pattern UV_ENAMETOOLONG    = -36
{-# LINE 161 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENETDOWN        :: CInt
pattern UV_ENETDOWN        = -100
{-# LINE 164 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENETUNREACH     :: CInt
pattern UV_ENETUNREACH     = -101
{-# LINE 167 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENFILE          :: CInt
pattern UV_ENFILE          = -23
{-# LINE 170 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOBUFS         :: CInt
pattern UV_ENOBUFS         = -105
{-# LINE 173 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENODEV          :: CInt
pattern UV_ENODEV          = -19
{-# LINE 176 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOENT          :: CInt
pattern UV_ENOENT          = -2
{-# LINE 179 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOMEM          :: CInt
pattern UV_ENOMEM          = -12
{-# LINE 182 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENONET          :: CInt
pattern UV_ENONET          = -64
{-# LINE 185 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOPROTOOPT     :: CInt
pattern UV_ENOPROTOOPT     = -92
{-# LINE 188 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOSPC          :: CInt
pattern UV_ENOSPC          = -28
{-# LINE 191 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOSYS          :: CInt
pattern UV_ENOSYS          = -38
{-# LINE 194 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOTCONN        :: CInt
pattern UV_ENOTCONN        = -107
{-# LINE 197 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOTDIR         :: CInt
pattern UV_ENOTDIR         = -20
{-# LINE 200 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOTEMPTY       :: CInt
pattern UV_ENOTEMPTY       = -39
{-# LINE 203 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOTSOCK        :: CInt
pattern UV_ENOTSOCK        = -88
{-# LINE 206 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENOTSUP         :: CInt
pattern UV_ENOTSUP         = -95
{-# LINE 209 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EPERM           :: CInt
pattern UV_EPERM           = -1
{-# LINE 212 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EPIPE           :: CInt
pattern UV_EPIPE           = -32
{-# LINE 215 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EPROTO          :: CInt
pattern UV_EPROTO          = -71
{-# LINE 218 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EPROTONOSUPPORT :: CInt
pattern UV_EPROTONOSUPPORT = -93
{-# LINE 221 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EPROTOTYPE      :: CInt
pattern UV_EPROTOTYPE      = -91
{-# LINE 224 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ERANGE          :: CInt
pattern UV_ERANGE          = -34
{-# LINE 227 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EROFS           :: CInt
pattern UV_EROFS           = -30
{-# LINE 230 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ESHUTDOWN       :: CInt
pattern UV_ESHUTDOWN       = -108
{-# LINE 233 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ESPIPE          :: CInt
pattern UV_ESPIPE          = -29
{-# LINE 236 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ESRCH           :: CInt
pattern UV_ESRCH           = -3
{-# LINE 239 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ETIMEDOUT       :: CInt
pattern UV_ETIMEDOUT       = -110
{-# LINE 242 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ETXTBSY         :: CInt
pattern UV_ETXTBSY         = -26
{-# LINE 245 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EXDEV           :: CInt
pattern UV_EXDEV           = -18
{-# LINE 248 "Z/IO/UV/Errno.hsc" #-}
pattern UV_UNKNOWN         :: CInt
pattern UV_UNKNOWN         = -4094
{-# LINE 251 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EOF             :: CInt
pattern UV_EOF             = -4095
{-# LINE 254 "Z/IO/UV/Errno.hsc" #-}
pattern UV_ENXIO           :: CInt
pattern UV_ENXIO           = -6
{-# LINE 257 "Z/IO/UV/Errno.hsc" #-}
pattern UV_EMLINK          :: CInt
pattern UV_EMLINK          = -31
{-# LINE 260 "Z/IO/UV/Errno.hsc" #-}