Uses of Enum Class
de.espirit.firstspirit.store.access.feature.FeatureError.Level
Package
Description
-
Uses of FeatureError.Level in de.espirit.firstspirit.store.access.feature
Modifier and TypeMethodDescription@NotNull FeatureError.Level
FeatureError.getErrorLevel()
The error level of this feature error.static FeatureError.Level
Returns the enum constant of this class with the specified name.static FeatureError.Level[]
FeatureError.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FeatureError.Level in de.espirit.firstspirit.store.access.nexport.exceptions
Modifier 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.