Structureswift-package-manager 6.0.3Basics
CancellationError
Cancellator.swift:193struct CancellationError
struct CancellationError
import Basics
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
init()
let description: String
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.