ENUM
UnrecoverableAction
Contents
- Cases
modifyConfiguration(reason:)
introspectCause
invalidPlatform
public enum UnrecoverableAction: Equatable
A list of actions that require a change in runtime or compile time before restarting the operation or the HAAPI flow.
Cases
modifyConfiguration(reason:)
case modifyConfiguration(reason: String)
A configuration change is required before starting a new Authentication flow.
- Parameter reason: The change suggestion required to handle the error.
introspectCause
case introspectCause
Introspect the error cause
and restart the HAAPI flow.
invalidPlatform
case invalidPlatform
The current platform is not supported or the device does not support the feature. If you are running on a simulator, please switch to a physical device.