Enumeration
EventLoopFutureQueue.ContinueError
Errors that get propogated based on a future’s completion status and the next appended closure’s continuation condition.
enum ContinueError
Topics
Enumeration Cases
EventLoopFutureQueue.ContinueError.previousError(_:)A previous future failed with an error, which we don’t desire.EventLoopFutureQueue.ContinueError.previousSuccessA previous future succeeded, which we don’t desire.
Instance Properties
descriptionA textual representation of the error.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.ErrorSwift.SendableSwift.SendableMetatype