Qore Programming Language Reference Manual  1.0.8
qc_errno.dox.h
1 namespace Qore {
4 namespace Err {
8 
10  const E2BIG = E2BIG;
13  const EACCES = EACCES;
21  const EAGAIN = EAGAIN;
23  const EALREADY = EALREADY;
25  const EBADF = EBADF;
27  const EBADMSG = EBADMSG;
29  const EBUSY = EBUSY;
31  const ECHILD = ECHILD;
39  const EDEADLK = EDEADLK;
45  const EDOM = EDOM;
47  const EDQUOT = EDQUOT;
49  const EEXIST = EEXIST;
51  const EFAULT = EFAULT;
53  const EFBIG = EFBIG;
59  const EIDRM = EIDRM;
61  const EILSEQ = EILSEQ;
65  const EINTR = EINTR;
67  const EINVAL = EINVAL;
69  const EIO = EIO;
71  const EISCONN = EISCONN;
73  const EISDIR = EISDIR;
75  const ELOOP = ELOOP;
77  const EMFILE = EMFILE;
79  const EMLINK = EMLINK;
81  const EMSGSIZE = EMSGSIZE;
87  const ENETDOWN = ENETDOWN;
93  const ENFILE = ENFILE;
95  const ENOBUFS = ENOBUFS;
97  const ENODATA = ENODATA;
99  const ENODEV = ENODEV;
101  const ENOENT = ENOENT;
103  const ENOEXEC = ENOEXEC;
105  const ENOLCK = ENOLCK;
107  const ENOLINK = ENOLINK;
109  const ENOMEM = ENOMEM;
111  const ENOMSG = ENOMSG;
115  const ENOSPC = ENOSPC;
117  const ENOSR = ENOSR;
119  const ENOSTR = ENOSTR;
121  const ENOSYS = ENOSYS;
123  const ENOTBLK = ENOTBLK;
127  const ENOTDIR = ENOTDIR;
131  const ENOTNAM = ENOTNAM;
135  const ENOTTY = ENOTTY;
137  const ENXIO = ENXIO;
143  const EPERM = EPERM;
147  const EPIPE = EPIPE;
149  const EPROTO = EPROTO;
155  const ERANGE = ERANGE;
157  const EREMOTE = EREMOTE;
159  const EROFS = EROFS;
165  const ESRCH = ESRCH;
167  const ESTALE = ESTALE;
169  const ETIME = ETIME;
175  const ETXTBSY = ETXTBSY;
177  const EUSERS = EUSERS;
181  const EXDEV = EXDEV;
183 }
184 }
const ENOTEMPTY
Directory not empty.
Definition: qc_errno.dox.h:129
const EDEADLK
Resource deadlock avoided.
Definition: qc_errno.dox.h:39
const EIDRM
Identifier removed.
Definition: qc_errno.dox.h:59
const ENETRESET
Network dropped connection on reset.
Definition: qc_errno.dox.h:89
const ETIME
STREAM ioctl timeout.
Definition: qc_errno.dox.h:169
const EISCONN
Socket is already connected.
Definition: qc_errno.dox.h:71
const EROFS
Read-only file system.
Definition: qc_errno.dox.h:159
const ENOTBLK
Block device required.
Definition: qc_errno.dox.h:123
const ESOCKTNOSUPPORT
Socket type not supported.
Definition: qc_errno.dox.h:163
const EMSGSIZE
Message too long.
Definition: qc_errno.dox.h:81
const ENOTSOCK
Socket operation on non-socket.
Definition: qc_errno.dox.h:133
const ENOPROTOOPT
Protocol not available.
Definition: qc_errno.dox.h:113
const ENOEXEC
Exec format error.
Definition: qc_errno.dox.h:103
const EFAULT
Bad address.
Definition: qc_errno.dox.h:51
const EUSERS
Too many users.
Definition: qc_errno.dox.h:177
const ENAMETOOLONG
File name too long.
Definition: qc_errno.dox.h:85
const EHOSTDOWN
Host is down.
Definition: qc_errno.dox.h:55
const ENOMSG
No message of desired type.
Definition: qc_errno.dox.h:111
const EPFNOSUPPORT
Protocol family not supported.
Definition: qc_errno.dox.h:145
const EACCES
Permission denied.
Definition: qc_errno.dox.h:13
const ENOTTY
Inappropriate ioctl for device.
Definition: qc_errno.dox.h:135
const ENOENT
No such file or directory.
Definition: qc_errno.dox.h:101
const EPERM
Operation not permitted.
Definition: qc_errno.dox.h:143
const ECHILD
No child processes.
Definition: qc_errno.dox.h:31
const ECONNREFUSED
Connection refused.
Definition: qc_errno.dox.h:35
const EDQUOT
Disc quota exceeded.
Definition: qc_errno.dox.h:47
const ENOSR
No STREAM resources.
Definition: qc_errno.dox.h:117
const ECONNABORTED
Software caused connection abort.
Definition: qc_errno.dox.h:33
const EOVERFLOW
Value too large to be stored in data type.
Definition: qc_errno.dox.h:141
const ENOBUFS
No buffer space available.
Definition: qc_errno.dox.h:95
const ERANGE
Result too large.
Definition: qc_errno.dox.h:155
const EADDRINUSE
Address already in use.
Definition: qc_errno.dox.h:15
const ECONNRESET
Connection reset by peer.
Definition: qc_errno.dox.h:37
const EBADF
Bad file descriptor.
Definition: qc_errno.dox.h:25
const EXDEV
Cross-device link.
Definition: qc_errno.dox.h:181
const EMLINK
Too many links.
Definition: qc_errno.dox.h:79
const ETOOMANYREFS
Too many references: can't splice.
Definition: qc_errno.dox.h:173
const ESRCH
search error
Definition: qc_errno.dox.h:165
const ETIMEDOUT
Operation timed out.
Definition: qc_errno.dox.h:171
const ENOSTR
Not a STREAM.
Definition: qc_errno.dox.h:119
const EADDRNOTAVAIL
Can't assign requested address.
Definition: qc_errno.dox.h:17
const ENODEV
Operation not supported by device.
Definition: qc_errno.dox.h:99
const EMFILE
Too many open files.
Definition: qc_errno.dox.h:77
const EINTR
Interrupted system call.
Definition: qc_errno.dox.h:65
const ENOTDIR
Not a directory.
Definition: qc_errno.dox.h:127
const E2BIG
Argument list too long.
Definition: qc_errno.dox.h:11
const ESHUTDOWN
Can't send after socket shutdown.
Definition: qc_errno.dox.h:161
const EFBIG
File too large.
Definition: qc_errno.dox.h:53
const EALREADY
Operation already in progress.
Definition: qc_errno.dox.h:23
const EDESTADDRREQ
Destination address required.
Definition: qc_errno.dox.h:43
const EOPNOTSUPP
Operation not supported on socket.
Definition: qc_errno.dox.h:139
const ENFILE
Too many open files in system.
Definition: qc_errno.dox.h:93
const ELOOP
Too many levels of symbolic links.
Definition: qc_errno.dox.h:75
const EBUSY
Device or Resource busy.
Definition: qc_errno.dox.h:29
const EPROTOTYPE
Protocol wrong type for socket.
Definition: qc_errno.dox.h:153
const ENOSPC
No space left on device.
Definition: qc_errno.dox.h:115
const EDEADLOCK
Resource deadlock avoided.
Definition: qc_errno.dox.h:41
const EPROTONOSUPPORT
Protocol not supported.
Definition: qc_errno.dox.h:151
const ENXIO
Device not configured.
Definition: qc_errno.dox.h:137
const ENOMEM
Cannot allocate memory.
Definition: qc_errno.dox.h:109
const EWOULDBLOCK
Operation would block.
Definition: qc_errno.dox.h:179
const EAGAIN
Resource temporarily unavailable.
Definition: qc_errno.dox.h:21
const ENOSYS
Function not implemented.
Definition: qc_errno.dox.h:121
const EPROTO
Protocol error.
Definition: qc_errno.dox.h:149
const ENETDOWN
Network is down.
Definition: qc_errno.dox.h:87
const ESTALE
Stale NFS file handle.
Definition: qc_errno.dox.h:167
const EINPROGRESS
Operation now in progress.
Definition: qc_errno.dox.h:63
const EPIPE
Broken pipe.
Definition: qc_errno.dox.h:147
const EISDIR
Is a directory.
Definition: qc_errno.dox.h:73
const EHOSTUNREACH
No route to host.
Definition: qc_errno.dox.h:57
const ETXTBSY
Text file busy.
Definition: qc_errno.dox.h:175
const EILSEQ
Illegal byte sequence.
Definition: qc_errno.dox.h:61
const EREMOTE
Too many levels of remote in path.
Definition: qc_errno.dox.h:157
const EBADMSG
Bad message.
Definition: qc_errno.dox.h:27
const EEXIST
File exists.
Definition: qc_errno.dox.h:49
const ENOLCK
No locks available.
Definition: qc_errno.dox.h:105
const EDOM
Numerical argument out of domain.
Definition: qc_errno.dox.h:45
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
const ENETUNREACH
Network is unreachable.
Definition: qc_errno.dox.h:91
const EINVAL
Invalid argument.
Definition: qc_errno.dox.h:67
const EMULTIHOP
Reserved.
Definition: qc_errno.dox.h:83
const ENOTCONN
Socket is not connected.
Definition: qc_errno.dox.h:125
const EIO
Input/output error.
Definition: qc_errno.dox.h:69
const ENODATA
No message available on STREAM.
Definition: qc_errno.dox.h:97
const EAFNOSUPPORT
Address family not supported by protocol family.
Definition: qc_errno.dox.h:19
const ENOLINK
Reserved.
Definition: qc_errno.dox.h:107