OnboardingErrorDisposition

public enum OnboardingErrorDisposition

Describes what should happen in case of any errors

  • stop: stop the flow
  • retry: retry the given operation
  • stop the flow

    Declaration

    Swift

    case stop(Error)
  • retry the given operation

    Declaration

    Swift

    case retry