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
case previousError(any Error)A previous future failed with an error, which we don’t desire.case previousSuccessA previous future succeeded, which we don’t desire.
Instance Properties
var description: StringA textual representation of the error.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.ErrorSwift.SendableSwift.SendableMetatype