Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


System Wide Error Codes Overview

[Top]


Purpose

Provides a core set of error codes that may be returned by System APIs. They are defined in e32err.h.

[Top]


Description

These error codes are used by System APIs to indicate common mathematical, file, communications, and client/server errors. These error codes are intended to be generic to reflect the fact that many error conditions occur for similar reasons in nearly all software components. The errors may also be returned by non-System APIs where appropriate. APIs may also use additional error codes where the core set is not sufficient.

Error codes are returned to clients in three circumstances:

The complete list can be found at e32err.h Global variables. This not only describes the symbols used in C++ code, but also the numerical values that those symbols represent.

In the code itself, the core list is defined in the header file e32err.h.

[Top]


See also

Asynchronous Services Overview

Cleanup Support Overview