enum Exception
s9SwiftSoup9ExceptionO
2E65Q
import SwiftSoup
case Error(type: ExceptionType, Message: String)
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.