MSvgError Class Reference

class MSvgError

Member Functions Documentation

Description()

TDesC &Description()[pure virtual]

Get the error description string for this object.

Since
1.0

ErrorCode()

TSvgErrorCode ErrorCode()[pure virtual]

Get the error code contained by this object.

Since
1.0

HasError()

TBool HasError()[pure virtual]

Determine wether an error is indicated by this object.

Since
1.0

IsWarning()

TBool IsWarning()[pure virtual]

Determine wether an error is only a warning. This should be a state when the svg may be display, despite a conflict.

Since
1.0

SystemErrorCode()

TInt SystemErrorCode()[pure virtual]

Get the system error code contained by this object. For example, If ErrorCode() is ESvgDRMFailure, SystemErrorCode() will contain the error-code returned by the system for a drm-failure.

Since
1.0