Structure
Application.LifecycleError
Asking an application to do something its lifecycle does not allow.
struct LifecycleError
Topics
Instance Properties
var description: Stringlet operation: StringWhat was attempted, e.g. “start”.let state: StateThe state that made it impossible.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.ErrorSwift.SendableSwift.SendableMetatype