Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <systemmonitorerrors.h>
Link against: systemmonitor.lib
This item is not part of the S60 5th Edition SDK

Class CSystemMonitorError

Interface status: test

class CSystemMonitorError : public CBase;

Description

CSystemMonitorError: Manages a stack system of CSystemMonitorError error messages.

Derivation

Members

Defined in CSystemMonitorError:

Inherited from CBase:


Construction and destruction


CSystemMonitorError()

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C CSystemMonitorError();

Description


~CSystemMonitorError()

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C ~CSystemMonitorError();

Description

[Top]


Member functions


operator=(const CSystemMonitorError &)

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C CSystemMonitorError& operator=(const CSystemMonitorError &aErrorObj);

Description

Parameters

const CSystemMonitorError &aErrorObj

Return value

CSystemMonitorError &


Push(SM_ErrorID)

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C TBool Push(SM_ErrorID aError);

Description

Parameters

SM_ErrorID aError

Return value

TBool


Error()

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C TBool Error();

Description

Return value

TBool


Previous(SM_ErrorID &)

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C TBool Previous(SM_ErrorID &aErrorType);

Description

Parameters

SM_ErrorID &aErrorType

Return value

TBool


Last(SM_ErrorID &)

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C TBool Last(SM_ErrorID &aErrorType);

Description

Parameters

SM_ErrorID &aErrorType

Return value

TBool


Clear()

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C void Clear();

Description


GetErrorMessage(SM_ErrorID,TBuf< 124 > &)

Interface status: test Inherited from: CSystemMonitorError

IMPORT_C void GetErrorMessage(SM_ErrorID aError, TBuf< 124 > &aErrorMsg);

Description

Parameters

SM_ErrorID aError

TBuf< 124 > &aErrorMsg