Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <errno.h>

errno

Interface status: externallyDefinedApi

errno (*__errno())

Description

Represents the error value.

[Top]


EPERM

Interface status: externallyDefinedApi

EPERM 1

Description

Operation not permitted.

[Top]


ENOENT

Interface status: externallyDefinedApi

ENOENT 2

Description

No such file or directory.

[Top]


ESRCH

Interface status: externallyDefinedApi

ESRCH 3

Description

No such process.

[Top]


EINTR

Interface status: externallyDefinedApi

EINTR 4

Description

Interrupted function.

[Top]


EIO

Interface status: externallyDefinedApi

EIO 5

Description

I/O Error

[Top]


ENXIO

Interface status: externallyDefinedApi

ENXIO 6

Description

No such device or address.

[Top]


E2BIG

Interface status: externallyDefinedApi

E2BIG 7

Description

Defines that the argument list is too long.

[Top]


ENOEXEC

Interface status: externallyDefinedApi

ENOEXEC 8

Description

Executable file format error.

[Top]


EBADF

Interface status: externallyDefinedApi

EBADF 9

Description

Bad file descriptor.

[Top]


ECHILD

Interface status: externallyDefinedApi

ECHILD 10

Description

No child processes.

[Top]


EDEADLK

Interface status: externallyDefinedApi

EDEADLK 11

Description

Resource deadlock would occur.

[Top]


ENOMEM

Interface status: externallyDefinedApi

ENOMEM 12

Description

Not enough space.

[Top]


EACCES

Interface status: externallyDefinedApi

EACCES 13

Description

Permission Denied

[Top]


EFAULT

Interface status: externallyDefinedApi

EFAULT 14

Description

Bad address.

[Top]


ENOTBLK

Interface status: externallyDefinedApi

ENOTBLK 15

Description

Block device required

[Top]


EBUSY

Interface status: externallyDefinedApi

EBUSY 16

Description

Device or resource busy.

[Top]


EEXIST

Interface status: externallyDefinedApi

EEXIST 17

Description

File exists.

[Top]


EXDEV

Interface status: externallyDefinedApi

EXDEV 18

Description

Cross-device link.

[Top]


ENODEV

Interface status: externallyDefinedApi

ENODEV 19

Description

No such device.

[Top]


ENOTDIR

Interface status: externallyDefinedApi

ENOTDIR 20

Description

Not a directory.

[Top]


EISDIR

Interface status: externallyDefinedApi

EISDIR 21

Description

Is a directory.

[Top]


EINVAL

Interface status: externallyDefinedApi

EINVAL 22

Description

Invalid argument.

[Top]


ENFILE

Interface status: externallyDefinedApi

ENFILE 23

Description

Too many files open in system.

[Top]


EMFILE

Interface status: externallyDefinedApi

EMFILE 24

Description

Too many open files.

[Top]


ENOTTY

Interface status: externallyDefinedApi

ENOTTY 25

Description

Inappropriate I/O control operation.

[Top]


EFBIG

Interface status: externallyDefinedApi

EFBIG 27

Description

File too large.

[Top]


ENOSPC

Interface status: externallyDefinedApi

ENOSPC 28

Description

No space left on device

[Top]


ESPIPE

Interface status: externallyDefinedApi

ESPIPE 29

Description

Invalid seek.

[Top]


EROFS

Interface status: externallyDefinedApi

EROFS 30

Description

Read-only file system.

[Top]


EMLINK

Interface status: externallyDefinedApi

EMLINK 31

Description

Too many links.

[Top]


EPIPE

Interface status: externallyDefinedApi

EPIPE 32

Description

Broken pipe.

[Top]


EDOM

Interface status: externallyDefinedApi

EDOM 33

Description

Mathematics argument out of domain of function.

[Top]


ERANGE

Interface status: externallyDefinedApi

ERANGE 34

Description

Result too large.

[Top]


EAGAIN

Interface status: externallyDefinedApi

EAGAIN 35

Description

Resource unavailable, try again (may be the same value as [EWOULDBLOCK]).

[Top]


EWOULDBLOCK

Interface status: externallyDefinedApi

EWOULDBLOCK EAGAIN

Description

Operation would block (may be the same value as [EAGAIN]).

[Top]


EINPROGRESS

Interface status: externallyDefinedApi

EINPROGRESS 36

Description

Operation in progress.

[Top]


EALREADY

Interface status: externallyDefinedApi

EALREADY 37

Description

Connection already in progress.

[Top]


ENOTSOCK

Interface status: externallyDefinedApi

ENOTSOCK 38

Description

Not a socket.

[Top]


EDESTADDRREQ

Interface status: externallyDefinedApi

EDESTADDRREQ 39

Description

Destination address required.

[Top]


EMSGSIZE

Interface status: externallyDefinedApi

EMSGSIZE 40

Description

Message too large.

[Top]


EPROTOTYPE

Interface status: externallyDefinedApi

EPROTOTYPE 41

Description

Protocol wrong type for socket.

[Top]


ENOPROTOOPT

Interface status: externallyDefinedApi

ENOPROTOOPT 42

Description

Protocol not available.

[Top]


EPROTONOSUPPORT

Interface status: externallyDefinedApi

EPROTONOSUPPORT 43

Description

Protocol not supported.

[Top]


ESOCKTNOSUPPORT

ESOCKTNOSUPPORT 44

Description

Socket not supported.

[Top]


EOPNOTSUPP

Interface status: externallyDefinedApi

EOPNOTSUPP 45

Description

Operation not supported on socket.

[Top]


ENOTSUP

Interface status: externallyDefinedApi

ENOTSUP EOPNOTSUPP

Description

Not supported.

[Top]


EPFNOSUPPORT

EPFNOSUPPORT 46

Description

Protocol family not supported

[Top]


EAFNOSUPPORT

Interface status: externallyDefinedApi

EAFNOSUPPORT 47

Description

Address family not supported.

[Top]


EADDRINUSE

Interface status: externallyDefinedApi

EADDRINUSE 48

Description

Address in use.

[Top]


EADDRNOTAVAIL

Interface status: externallyDefinedApi

EADDRNOTAVAIL 49

Description

Address not available.

[Top]


ENETDOWN

Interface status: externallyDefinedApi

ENETDOWN 50

Description

Network is down.

[Top]


ENETUNREACH

Interface status: externallyDefinedApi

ENETUNREACH 51

Description

Network unreachable.

[Top]


ENETRESET

Interface status: externallyDefinedApi

ENETRESET 52

Description

Connection aborted by network.

[Top]


ECONNABORTED

Interface status: externallyDefinedApi

ECONNABORTED 53

Description

Connection aborted.

[Top]


ECONNRESET

Interface status: externallyDefinedApi

ECONNRESET 54

Description

Connection reset.

[Top]


ENOBUFS

Interface status: externallyDefinedApi

ENOBUFS 55

Description

No buffer space available.

[Top]


EISCONN

Interface status: externallyDefinedApi

EISCONN 56

Description

Socket is connected.

[Top]


ENOTCONN

Interface status: externallyDefinedApi

ENOTCONN 57

Description

Socket is not connected

[Top]


ESHUTDOWN

ESHUTDOWN 58

Description

Can't send after socket shutdown

[Top]


ETOOMANYREFS

ETOOMANYREFS 59

Description

Too many references: can't splice

[Top]


ETIMEDOUT

Interface status: externallyDefinedApi

ETIMEDOUT 60

Description

Connection timed out.

[Top]


ECONNREFUSED

Interface status: externallyDefinedApi

ECONNREFUSED 61

Description

Connection refused.

[Top]


ELOOP

Interface status: externallyDefinedApi

ELOOP 62

Description

Too many levels of symbolic links.

[Top]


ENAMETOOLONG

Interface status: externallyDefinedApi

ENAMETOOLONG 63

Description

Filename too long.

[Top]


EHOSTDOWN

EHOSTDOWN 64

Description

Host is down

[Top]


EHOSTUNREACH

Interface status: externallyDefinedApi

EHOSTUNREACH 65

Description

Host is unreachable.

[Top]


ENOTEMPTY

Interface status: externallyDefinedApi

ENOTEMPTY 66

Description

Directory not empty

[Top]


EPROCLIM

EPROCLIM 67

Description

Too many processes

[Top]


EUSERS

EUSERS 68

Description

Too many users

[Top]


EDQUOT

Interface status: externallyDefinedApi

EDQUOT 69

Description

Reserved.

[Top]


EREMOTE

EREMOTE 71

Description

Too many levels of remote in path

[Top]


EBADRPC

EBADRPC 72

Description

RPC struct is bad

[Top]


ERPCMISMATCH

ERPCMISMATCH 73

Description

RPC version wrong

[Top]


EPROGUNAVAIL

EPROGUNAVAIL 74

Description

RPC prog. not avail

[Top]


EPROGMISMATCH

Interface status: externallyDefinedApi

EPROGMISMATCH 75

Description

Program version wrong

[Top]


EPROCUNAVAIL

EPROCUNAVAIL 76

Description

Bad procedure for program

[Top]


ENOLCK

Interface status: externallyDefinedApi

ENOLCK 77

Description

No locks available

[Top]


ENOSYS

Interface status: externallyDefinedApi

ENOSYS 78

Description

Function not implemented

[Top]


EFTYPE

EFTYPE 79

Description

Inappropriate file type or format

[Top]


EAUTH

Interface status: externallyDefinedApi

EAUTH 80

Description

Authentication error

[Top]


ENEEDAUTH

ENEEDAUTH 81

Description

Need authenticator

[Top]


EIDRM

Interface status: externallyDefinedApi

EIDRM 82

Description

Identifier removed.

[Top]


ENOMSG

Interface status: externallyDefinedApi

ENOMSG 83

Description

No message of desired type

[Top]


EOVERFLOW

Interface status: externallyDefinedApi

EOVERFLOW 84

Description

Value too large to be stored in data type

[Top]


ECANCELED

Interface status: externallyDefinedApi

ECANCELED 85

Description

Operation canceled

[Top]


EILSEQ

Interface status: externallyDefinedApi

EILSEQ 86

Description

Illegal byte sequence.

[Top]


ENOATTR

ENOATTR 87

Description

Attribute not found

[Top]


EDOOFUS

EDOOFUS 88

Description

Programming error

[Top]


EBADMSG

Interface status: externallyDefinedApi

EBADMSG 89

Description

Bad message

[Top]


EMULTIHOP

Interface status: externallyDefinedApi

EMULTIHOP 90

Description

Multihop attempted

[Top]


ENOLINK

Interface status: externallyDefinedApi

ENOLINK 91

Description

Link has been severed

[Top]


EPROTO

Interface status: externallyDefinedApi

EPROTO 92

Description

Protocol error

[Top]


ELAST

Interface status: externallyDefinedApi

ELAST __EMAXERRNO

Description

Must be equal to largest errno