LibreOffice
LibreOffice 24.2 SDK API Reference
|
is passed to an InteractionHandler when merging fails due to invalid layer data or access problems. More...
import"MergeRecoveryRequest.idl";
Public Attributes | |
any | ErrorDetails |
data that provides more detailed information about the reason and location of the error. More... | |
string | ErrorLayerId |
Identifier of the layer object containing the invalid data. More... | |
boolean | IsRemovalRequest |
specifies whether the requester wants to remove or skip the invalid layer. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
is passed to an InteractionHandler when merging fails due to invalid layer data or access problems.
any ErrorDetails |
data that provides more detailed information about the reason and location of the error.
Typically this member should contain an exception characterizing the error in detail.
For example the following exceptions may be used:
for layers containing invalid data.
If no more detail information is available, this may be left VOID
.
string ErrorLayerId |
Identifier of the layer object containing the invalid data.
boolean IsRemovalRequest |
specifies whether the requester wants to remove or skip the invalid layer.
If TRUE
the requester wants to remove the underlying data of the layer.
If FALSE
the request is to skip the underlying data this time, but without removing it.