CancellableError

public protocol CancellableError : Error

///////////////////////////////////////////////////////// Cancellation An error that may represent the cancelled condition

  • returns true if this Error represents a cancelled condition

    Declaration

    Swift

    var isCancelled: Bool { get }