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