Qore Programming Language Reference Manual 2.2.1
Loading...
Searching...
No Matches
Qore::Err Namespace Reference

Err namespace. More...

Variables

const E2BIG = E2BIG
 Argument list too long.
const EACCES = EACCES
 Permission denied.
const EADDRINUSE = EADDRINUSE
 Address already in use.
const EADDRNOTAVAIL = EADDRNOTAVAIL
 Can't assign requested address.
const EAFNOSUPPORT = EAFNOSUPPORT
 Address family not supported by protocol family.
const EAGAIN = EAGAIN
 Resource temporarily unavailable.
const EALREADY = EALREADY
 Operation already in progress.
const EBADF = EBADF
 Bad file descriptor.
const EBADMSG = EBADMSG
 Bad message.
const EBUSY = EBUSY
 Device or Resource busy.
const ECHILD = ECHILD
 No child processes.
const ECONNABORTED = ECONNABORTED
 Software caused connection abort.
const ECONNREFUSED = ECONNREFUSED
 Connection refused.
const ECONNRESET = ECONNRESET
 Connection reset by peer.
const EDEADLK = EDEADLK
 Resource deadlock avoided.
const EDEADLOCK = EDEADLOCK
 Resource deadlock avoided.
const EDESTADDRREQ = EDESTADDRREQ
 Destination address required.
const EDOM = EDOM
 Numerical argument out of domain.
const EDQUOT = EDQUOT
 Disc quota exceeded.
const EEXIST = EEXIST
 File exists.
const EFAULT = EFAULT
 Bad address.
const EFBIG = EFBIG
 File too large.
const EHOSTDOWN = EHOSTDOWN
 Host is down.
const EHOSTUNREACH = EHOSTUNREACH
 No route to host.
const EIDRM = EIDRM
 Identifier removed.
const EILSEQ = EILSEQ
 Illegal byte sequence.
const EINPROGRESS = EINPROGRESS
 Operation now in progress.
const EINTR = EINTR
 Interrupted system call.
const EINVAL = EINVAL
 Invalid argument.
const EIO = EIO
 Input/output error.
const EISCONN = EISCONN
 Socket is already connected.
const EISDIR = EISDIR
 Is a directory.
const ELOOP = ELOOP
 Too many levels of symbolic links.
const EMFILE = EMFILE
 Too many open files.
const EMLINK = EMLINK
 Too many links.
const EMSGSIZE = EMSGSIZE
 Message too long.
const EMULTIHOP = EMULTIHOP
 Reserved.
const ENAMETOOLONG = ENAMETOOLONG
 File name too long.
const ENETDOWN = ENETDOWN
 Network is down.
const ENETRESET = ENETRESET
 Network dropped connection on reset.
const ENETUNREACH = ENETUNREACH
 Network is unreachable.
const ENFILE = ENFILE
 Too many open files in system.
const ENOBUFS = ENOBUFS
 No buffer space available.
const ENODATA = ENODATA
 No message available on STREAM.
const ENODEV = ENODEV
 Operation not supported by device.
const ENOENT = ENOENT
 No such file or directory.
const ENOEXEC = ENOEXEC
 Exec format error.
const ENOLCK = ENOLCK
 No locks available.
const ENOLINK = ENOLINK
 Reserved.
const ENOMEM = ENOMEM
 Cannot allocate memory.
const ENOMSG = ENOMSG
 No message of desired type.
const ENOPROTOOPT = ENOPROTOOPT
 Protocol not available.
const ENOSPC = ENOSPC
 No space left on device.
const ENOSR = ENOSR
 No STREAM resources.
const ENOSTR = ENOSTR
 Not a STREAM.
const ENOSYS = ENOSYS
 Function not implemented.
const ENOTBLK = ENOTBLK
 Block device required.
const ENOTCONN = ENOTCONN
 Socket is not connected.
const ENOTDIR = ENOTDIR
 Not a directory.
const ENOTEMPTY = ENOTEMPTY
 Directory not empty.
const ENOTSOCK = ENOTSOCK
 Socket operation on non-socket.
const ENOTTY = ENOTTY
 Inappropriate ioctl for device.
const ENXIO = ENXIO
 Device not configured.
const EOPNOTSUPP = EOPNOTSUPP
 Operation not supported on socket.
const EOVERFLOW = EOVERFLOW
 Value too large to be stored in data type.
const EPERM = EPERM
 Operation not permitted.
const EPFNOSUPPORT = EPFNOSUPPORT
 Protocol family not supported.
const EPIPE = EPIPE
 Broken pipe.
const EPROTO = EPROTO
 Protocol error.
const EPROTONOSUPPORT = EPROTONOSUPPORT
 Protocol not supported.
const EPROTOTYPE = EPROTOTYPE
 Protocol wrong type for socket.
const ERANGE = ERANGE
 Result too large.
const EREMOTE = EREMOTE
 Too many levels of remote in path.
const EROFS = EROFS
 Read-only file system.
const ESHUTDOWN = ESHUTDOWN
 Can't send after socket shutdown.
const ESOCKTNOSUPPORT = ESOCKTNOSUPPORT
 Socket type not supported.
const ESRCH = ESRCH
 search error
const ESTALE = ESTALE
 Stale NFS file handle.
const ETIME = ETIME
 STREAM ioctl timeout.
const ETIMEDOUT = ETIMEDOUT
 Operation timed out.
const ETOOMANYREFS = ETOOMANYREFS
 Too many references: can't splice.
const ETXTBSY = ETXTBSY
 Text file busy.
const EUSERS = EUSERS
 Too many users.
const EWOULDBLOCK = EWOULDBLOCK
 Operation would block.
const EXDEV = EXDEV
 Cross-device link.

Detailed Description

Err namespace.