Neuron-PHP

Error
in package

A PHP implementation of the error.h c header.

Table of Contents

Constants

E2BIG  = 7
No such device or address
EACCES  = 13
Out of memory
EADDRINUSE  = 98
Address family not supported by protocol
EADDRNOTAVAIL  = 99
Address already in use
EADV  = 68
Link has been severed
EAFNOSUPPORT  = 97
Protocol family not supported
EAGAIN  = 11
No child processes
EALREADY  = 114
No route to host
EBADE  = 52
Level 2 halted
EBADF  = 9
Exec format error
EBADFD  = 77
Name not unique on network
EBADMSG  = 74
RFS specific error
EBADR  = 53
Invalid exchange
EBADRQC  = 56
No anode
EBADSLT  = 57
Invalid request code
EBFONT  = 59
File locking deadlock error
EBUSY  = 16
Block device required
ECHILD  = 0
Bad file number
ECHRNG  = 44
Identifier removed
ECOMM  = 70
Srmount error
ECONNABORTED  = 103
Network dropped connection because of reset
ECONNREFUSED  = 111
Connection timed out
ECONNRESET  = 104
Software caused connection abort
EDEADLK  = 35
Math result not representable
EDEADLOCK  = 58
Invalid slot
EDESTADDRREQ  = 89
Socket operation on non-socket
EDOM  = 33
Broken pipe
EDOTDOT  = 73
Multihop attempted
EEXIST  = 17
Device or resource busy
EFAULT  = 14
Permission denied
EFBIG  = 27
Text file busy
EHOSTDOWN  = 112
Connection refused
EHOSTUNREACH  = 113
Host is down
EIDRM  = 43
No message of desired type
EILSEQ  = 84
Cannot exec a shared library directly
EINPROGRESS  = 115
Operation already in progress
EINTR  = 4
No such process
EINVAL  = 22
Is a directory
EIO  = 5
Interrupted system call
EISCONN  = 106
No buffer space available
EISDIR  = 21
Not a directory
EISNAM  = 120
No XENIX semaphores available
EL2HLT  = 51
No CSI structure available
EL2NSYNC  = 45
Channel number out of range
EL3HLT  = 46
Level 2 not synchronized
EL3RST  = 47
Level 3 halted
ELIBACC  = 79
Remote address changed
ELIBBAD  = 80
Can not access a needed shared library
ELIBEXEC  = 83
Attempting to link in too many shared libraries
ELIBMAX  = 82
ELIBSCN  = 81
Accessing a corrupted shared library
ELNRNG  = 48
Level 3 reset
ELOOP  = 40
Directory not empty
EMFILE  = 24
File table overflow
EMLINK  = 31
Read-only file system
EMSGSIZE  = 90
Destination address required
EMULTIHOP  = 72
Protocol error
ENAMETOOLONG  = 36
Resource deadlock would occur
ENAVAIL  = 119
Not a XENIX named type file
ENETDOWN  = 100
Cannot assign requested address
ENETRESET  = 102
Network is unreachable
ENETUNREACH  = 101
Network is down
ENFILE  = 23
Invalid argument
ENOANO  = 55
Exchange full
ENOBUFS  = 105
Connection reset by peer
ENOCSI  = 50
Protocol driver not attached
ENODATA  = 61
Device not a stream
ENODEV  = 19
Cross-device link
ENOENT  = 2
Operation not permitted
ENOEXEC  = 8
Arg list too long
ENOLCK  = 37
File name too long
ENOLINK  = 67
Object is remote
ENOMEM  = 12
Try again
ENOMSG  = 42
Operation would block
ENONET  = 64
Out of streams resources
ENOPKG  = 65
Machine is not on the network
ENOPROTOOPT  = 92
Protocol wrong type for socket
ENOSPC  = 28
File too large
ENOSR  = 63
Timer expired
ENOSTR  = 60
Bad font file format
ENOSYS  = 38
No record locks available
ENOTBLK  = 15
Bad address
ENOTCONN  = 107
Transport endpoint is already connected
ENOTDIR  = 20
No such device
ENOTEMPTY  = 39
Function not implemented
ENOTNAM  = 118
Structure needs cleaning
ENOTSOCK  = 88
Too many users
ENOTTY  = 25
Too many open files
ENOTUNIQ  = 76
Value too large for defined data type
ENXIO  = 6
I/O error
EOPNOTSUPP  = 95
Socket type not supported
EOVERFLOW  = 75
Not a data message
EPERM  = 1
EPFNOSUPPORT  = 96
Operation not supported on transport endpoint
EPIPE  = 32
Too many links
EPROTO  = 71
Communication error on send
EPROTONOSUPPORT  = 93
Protocol not available
EPROTOTYPE  = 91
Message too long
ERANGE  = 34
Math argument out of domain of func
EREMCHG  = 78
File descriptor in bad state
EREMOTE  = 66
Package not installed
EREMOTEIO  = 121
Is a named type file
ERESTART  = 85
Illegal byte sequence
ERESTARTNOINTR  = 513
ERESTARTSYS  = 512
Remote I/O error
EROFS  = 30
Illegal seek
ESHUTDOWN  = 108
Transport endpoint is not connected
ESOCKTNOSUPPORT  = 94
Protocol not supported
ESPIPE  = 29
No space left on device
ESRCH  = 3
No such file or directory
ESRMNT  = 69
Advertise error
ESTALE  = 116
Operation now in progress
ESTRPIPE  = 86
Interrupted system call should be restarted
ETIME  = 62
No data available
ETIMEDOUT  = 110
Too many references: cannot splice
ETOOMANYREFS  = 109
Cannot send after transport endpoint shutdown
ETXTBSY  = 26
Not a typewriter
EUCLEAN  = 117
Stale NFS file handle
EUNATCH  = 49
Link number out of range
EUSERS  = 87
Streams pipe error
EWOULDBLOCK  = 11
Too many symbolic links encountered
EXDEV  = 18
File exists
EXFULL  = 54
Invalid request descriptor

Constants

E2BIG

No such device or address

public mixed E2BIG = 7

EACCES

Out of memory

public mixed EACCES = 13

EADDRINUSE

Address family not supported by protocol

public mixed EADDRINUSE = 98

EADDRNOTAVAIL

Address already in use

public mixed EADDRNOTAVAIL = 99

EADV

Link has been severed

public mixed EADV = 68

EAFNOSUPPORT

Protocol family not supported

public mixed EAFNOSUPPORT = 97

EAGAIN

No child processes

public mixed EAGAIN = 11

EALREADY

No route to host

public mixed EALREADY = 114

EBADE

Level 2 halted

public mixed EBADE = 52

EBADF

Exec format error

public mixed EBADF = 9

EBADFD

Name not unique on network

public mixed EBADFD = 77

EBADMSG

RFS specific error

public mixed EBADMSG = 74

EBADR

Invalid exchange

public mixed EBADR = 53

EBADRQC

No anode

public mixed EBADRQC = 56

EBADSLT

Invalid request code

public mixed EBADSLT = 57

EBFONT

File locking deadlock error

public mixed EBFONT = 59

EBUSY

Block device required

public mixed EBUSY = 16

ECHILD

Bad file number

public mixed ECHILD = 0

ECHRNG

Identifier removed

public mixed ECHRNG = 44

ECOMM

Srmount error

public mixed ECOMM = 70

ECONNABORTED

Network dropped connection because of reset

public mixed ECONNABORTED = 103

ECONNREFUSED

Connection timed out

public mixed ECONNREFUSED = 111

ECONNRESET

Software caused connection abort

public mixed ECONNRESET = 104

EDEADLK

Math result not representable

public mixed EDEADLK = 35

EDEADLOCK

Invalid slot

public mixed EDEADLOCK = 58

EDESTADDRREQ

Socket operation on non-socket

public mixed EDESTADDRREQ = 89

EDOM

Broken pipe

public mixed EDOM = 33

EDOTDOT

Multihop attempted

public mixed EDOTDOT = 73

EEXIST

Device or resource busy

public mixed EEXIST = 17

EFAULT

Permission denied

public mixed EFAULT = 14

EFBIG

Text file busy

public mixed EFBIG = 27

EHOSTDOWN

Connection refused

public mixed EHOSTDOWN = 112

EHOSTUNREACH

Host is down

public mixed EHOSTUNREACH = 113

EIDRM

No message of desired type

public mixed EIDRM = 43

EILSEQ

Cannot exec a shared library directly

public mixed EILSEQ = 84

EINPROGRESS

Operation already in progress

public mixed EINPROGRESS = 115

EINTR

No such process

public mixed EINTR = 4

EINVAL

Is a directory

public mixed EINVAL = 22

EIO

Interrupted system call

public mixed EIO = 5

EISCONN

No buffer space available

public mixed EISCONN = 106

EISDIR

Not a directory

public mixed EISDIR = 21

EISNAM

No XENIX semaphores available

public mixed EISNAM = 120

EL2HLT

No CSI structure available

public mixed EL2HLT = 51

EL2NSYNC

Channel number out of range

public mixed EL2NSYNC = 45

EL3HLT

Level 2 not synchronized

public mixed EL3HLT = 46

EL3RST

Level 3 halted

public mixed EL3RST = 47

ELIBACC

Remote address changed

public mixed ELIBACC = 79

ELIBBAD

Can not access a needed shared library

public mixed ELIBBAD = 80

ELIBEXEC

Attempting to link in too many shared libraries

public mixed ELIBEXEC = 83

ELIBMAX

public mixed ELIBMAX = 82

.lib section in a.out corrupted

ELIBSCN

Accessing a corrupted shared library

public mixed ELIBSCN = 81

ELNRNG

Level 3 reset

public mixed ELNRNG = 48

ELOOP

Directory not empty

public mixed ELOOP = 40

EMFILE

File table overflow

public mixed EMFILE = 24

Read-only file system

public mixed EMLINK = 31

EMSGSIZE

Destination address required

public mixed EMSGSIZE = 90

EMULTIHOP

Protocol error

public mixed EMULTIHOP = 72

ENAMETOOLONG

Resource deadlock would occur

public mixed ENAMETOOLONG = 36

ENAVAIL

Not a XENIX named type file

public mixed ENAVAIL = 119

ENETDOWN

Cannot assign requested address

public mixed ENETDOWN = 100

ENETRESET

Network is unreachable

public mixed ENETRESET = 102

ENETUNREACH

Network is down

public mixed ENETUNREACH = 101

ENFILE

Invalid argument

public mixed ENFILE = 23

ENOANO

Exchange full

public mixed ENOANO = 55

ENOBUFS

Connection reset by peer

public mixed ENOBUFS = 105

ENOCSI

Protocol driver not attached

public mixed ENOCSI = 50

ENODATA

Device not a stream

public mixed ENODATA = 61

ENODEV

Cross-device link

public mixed ENODEV = 19

ENOENT

Operation not permitted

public mixed ENOENT = 2

ENOEXEC

Arg list too long

public mixed ENOEXEC = 8

ENOLCK

File name too long

public mixed ENOLCK = 37

Object is remote

public mixed ENOLINK = 67

ENOMEM

Try again

public mixed ENOMEM = 12

ENOMSG

Operation would block

public mixed ENOMSG = 42

ENONET

Out of streams resources

public mixed ENONET = 64

ENOPKG

Machine is not on the network

public mixed ENOPKG = 65

ENOPROTOOPT

Protocol wrong type for socket

public mixed ENOPROTOOPT = 92

ENOSPC

File too large

public mixed ENOSPC = 28

ENOSR

Timer expired

public mixed ENOSR = 63

ENOSTR

Bad font file format

public mixed ENOSTR = 60

ENOSYS

No record locks available

public mixed ENOSYS = 38

ENOTBLK

Bad address

public mixed ENOTBLK = 15

ENOTCONN

Transport endpoint is already connected

public mixed ENOTCONN = 107

ENOTDIR

No such device

public mixed ENOTDIR = 20

ENOTEMPTY

Function not implemented

public mixed ENOTEMPTY = 39

ENOTNAM

Structure needs cleaning

public mixed ENOTNAM = 118

ENOTSOCK

Too many users

public mixed ENOTSOCK = 88

ENOTTY

Too many open files

public mixed ENOTTY = 25

ENOTUNIQ

Value too large for defined data type

public mixed ENOTUNIQ = 76

ENXIO

I/O error

public mixed ENXIO = 6

EOPNOTSUPP

Socket type not supported

public mixed EOPNOTSUPP = 95

EOVERFLOW

Not a data message

public mixed EOVERFLOW = 75

EPERM

public mixed EPERM = 1

EPFNOSUPPORT

Operation not supported on transport endpoint

public mixed EPFNOSUPPORT = 96

EPIPE

Too many links

public mixed EPIPE = 32

EPROTO

Communication error on send

public mixed EPROTO = 71

EPROTONOSUPPORT

Protocol not available

public mixed EPROTONOSUPPORT = 93

EPROTOTYPE

Message too long

public mixed EPROTOTYPE = 91

ERANGE

Math argument out of domain of func

public mixed ERANGE = 34

EREMCHG

File descriptor in bad state

public mixed EREMCHG = 78

EREMOTE

Package not installed

public mixed EREMOTE = 66

EREMOTEIO

Is a named type file

public mixed EREMOTEIO = 121

ERESTART

Illegal byte sequence

public mixed ERESTART = 85

ERESTARTNOINTR

public mixed ERESTARTNOINTR = 513

ERESTARTSYS

Remote I/O error

public mixed ERESTARTSYS = 512

EROFS

Illegal seek

public mixed EROFS = 30

ESHUTDOWN

Transport endpoint is not connected

public mixed ESHUTDOWN = 108

ESOCKTNOSUPPORT

Protocol not supported

public mixed ESOCKTNOSUPPORT = 94

ESPIPE

No space left on device

public mixed ESPIPE = 29

ESRCH

No such file or directory

public mixed ESRCH = 3

ESRMNT

Advertise error

public mixed ESRMNT = 69

ESTALE

Operation now in progress

public mixed ESTALE = 116

ESTRPIPE

Interrupted system call should be restarted

public mixed ESTRPIPE = 86

ETIME

No data available

public mixed ETIME = 62

ETIMEDOUT

Too many references: cannot splice

public mixed ETIMEDOUT = 110

ETOOMANYREFS

Cannot send after transport endpoint shutdown

public mixed ETOOMANYREFS = 109

ETXTBSY

Not a typewriter

public mixed ETXTBSY = 26

EUCLEAN

Stale NFS file handle

public mixed EUCLEAN = 117

EUNATCH

Link number out of range

public mixed EUNATCH = 49

EUSERS

Streams pipe error

public mixed EUSERS = 87

EWOULDBLOCK

Too many symbolic links encountered

public mixed EWOULDBLOCK = 11

EXDEV

File exists

public mixed EXDEV = 18

EXFULL

Invalid request descriptor

public mixed EXFULL = 54

        
On this page

Search results