Type Alias MetaExportError

Define the export error metadata. Each property is filled if it is related to the export error type.

type MetaExportError = {
    appErrors?: AppErrors;
    selectionErrors?: SelectionErrors;
}
Index

Properties

appErrors?: AppErrors

Errors occurring when dealing with the app.

selectionErrors?: SelectionErrors

Errors occurring in selections.