:: com :: sun :: star :: task ::

exception ErrorCodeRequest
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-ErrorCodeRequest
Description
represents a general error exception. It can be used to transport the error code information. E.g. that can be usefull for interactions. @since #107627#

Elements' Summary
ErrCode specifies the error code.
Elements' Details
ErrCode
long ErrCode;
Description
specifies the error code.
Top of Page