LifecycleError

public enum LifecycleError : Error, ErrorEnum, ErrorWrapping

An error from the Lifecycle module.

  • Lifecycle auto-tracking is enabled, cannot manually track lifecycle event.

    Declaration

    Swift

    case manualTrackNotAllowed
  • Invalid lifecycle event order. The event is not registered/tracked.

    Declaration

    Swift

    case invalidEventOrder
  • Lifecycle failed to perform a specific operation.

    Declaration

    Swift

    case underlyingError(_: Error)