Other Enumerations
The following enumerations are available globally.
-
Describes what should happen in case of any errors
- stop: stop the flow
- retry: retry the given operation
Declaration
Swift
public enum OnboardingErrorDisposition
-
OnboardingController related errors
- mismatchingOnboardingIDs: mismatching OnboardingIDs on FlowType and Context
Declaration
Swift
public enum OnboardingControllerError : Error -
Foundation Extension errors
- couldNotInit: could not initialize object error
- missingSettingsParameters: missing SAPcpmsSettingsParameters error
Declaration
Swift
public enum FoundationExtensionError : Error -
Undocumented
See moreDeclaration
Swift
public enum PasscodePolicyError : Errorextension PasscodePolicyError: SAPError -
Enum to handle errors in DataCollectionConsentStep
See moreDeclaration
Swift
public enum DataCollectionConsentError : Errorextension DataCollectionConsentError: SAPError -
Error types that can be thrown by Theme Manager
See moreDeclaration
Swift
public enum SAPcpmsThemeManagerError : Errorextension SAPcpmsThemeManagerError: SAPError -
This enum is used to capture the different state during onboarding of a user
See moreDeclaration
Swift
public enum OnboardingStatusextension OnboardingStatus: CodingKeyextension OnboardingStatus: Codable -
Enum to handle error in UserManager
See moreDeclaration
Swift
public enum UserManagerError : Errorextension UserManagerError: SAPError