Uses of Enum Class
de.espirit.firstspirit.store.access.feature.FeatureError.Level
Packages that use FeatureError.Level
Package
Description
-
Uses of FeatureError.Level in de.espirit.firstspirit.store.access.feature
Methods in de.espirit.firstspirit.store.access.feature that return FeatureError.LevelModifier and TypeMethodDescription@NotNull FeatureError.LevelFeatureError.getErrorLevel()The error level of this feature error.static FeatureError.LevelReturns 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
Methods in de.espirit.firstspirit.store.access.nexport.exceptions with parameters of type FeatureError.LevelModifier 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.