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