Uses of Class
de.espirit.firstspirit.store.access.feature.FeatureError
Packages that use FeatureError
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of FeatureError in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return types with arguments of type FeatureErrorModifier and TypeMethodDescription@NotNull Map<Long,
List<FeatureError>> FeatureAnalyseResult.getEntryErrors()
Returns the feature errors of this analyze result.@NotNull List<FeatureError>
FeatureAnalyseResult.getGlobalErrors()
Returns the list of global errors. -
Uses of FeatureError in de.espirit.firstspirit.store.access.nexport.exceptions
Methods in de.espirit.firstspirit.store.access.nexport.exceptions that return types with arguments of type FeatureErrorModifier and TypeMethodDescription@NotNull List<FeatureError>
SyncOperationException.getErrors
(FeatureError.Level level) Returns a list of import errors.@NotNull List<FeatureError>
SyncOperationException.getGlobalErrors
(FeatureError.Level level) Returns a list of global import errors.