Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <sysexits.h>

EX_OK

Interface status: externallyDefinedApi

EX_OK 0

Description

successful termination

[Top]


EX__BASE

Interface status: externallyDefinedApi

EX__BASE 64

Description

base value for error messages

[Top]


EX_USAGE

Interface status: externallyDefinedApi

EX_USAGE 64

Description

command line usage error

[Top]


EX_DATAERR

Interface status: externallyDefinedApi

EX_DATAERR 65

Description

data format error

[Top]


EX_NOINPUT

Interface status: externallyDefinedApi

EX_NOINPUT 66

Description

cannot open input

[Top]


EX_NOUSER

Interface status: externallyDefinedApi

EX_NOUSER 67

Description

addressee unknown

[Top]


EX_NOHOST

Interface status: externallyDefinedApi

EX_NOHOST 68

Description

host name unknown

[Top]


EX_UNAVAILABLE

Interface status: externallyDefinedApi

EX_UNAVAILABLE 69

Description

service unavailable

[Top]


EX_SOFTWARE

Interface status: externallyDefinedApi

EX_SOFTWARE 70

Description

internal software error

[Top]


EX_OSERR

Interface status: externallyDefinedApi

EX_OSERR 71

Description

system error (e.g., can't fork)

[Top]


EX_OSFILE

Interface status: externallyDefinedApi

EX_OSFILE 72

Description

critical OS file missing

[Top]


EX_CANTCREAT

Interface status: externallyDefinedApi

EX_CANTCREAT 73

Description

can't create (user) output file

[Top]


EX_IOERR

Interface status: externallyDefinedApi

EX_IOERR 74

Description

input or output error

[Top]


EX_TEMPFAIL

Interface status: externallyDefinedApi

EX_TEMPFAIL 75

Description

temp failure; user is invited to retry

[Top]


EX_PROTOCOL

Interface status: externallyDefinedApi

EX_PROTOCOL 76

Description

remote error in protocol

[Top]


EX_NOPERM

Interface status: externallyDefinedApi

EX_NOPERM 77

Description

permission denied

[Top]


EX_CONFIG

Interface status: externallyDefinedApi

EX_CONFIG 78

Description

configuration error

[Top]


EX__MAX

Interface status: externallyDefinedApi

EX__MAX 78

Description

maximum listed value