Enumerationscinfu.swiftsoup 2.8.7SwiftSoup->Swift
EncodingMIMETypeError
String.swift:440enum EncodingMIMETypeError
enum EncodingMIMETypeError
sSS20FoundationEssentialsE8EncodingV9SwiftSoupE0C13MIMETypeErrorO
What are these?9WKTG
import Swift
import SwiftSoup
struct Encoding
@frozen struct String
A Unicode string value that is a collection of characters.
case noIANAEquivalent(String.Encoding)
There is no IANA equivalent of the provided string encoding.
func displayName() -> String
func mimeName() throws -> String
Returns the encoding as an equivalent IANA MIME name.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol LocalizedError : Error
Describes an error that provides localized messages describing why an error occurred and provides more information about the error.
protocol Sendable
var errorDescription: String? { get }
Returns a human-readable representation of this error.
var failureReason: String? { get }
var helpAnchor: String? { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.
var recoverySuggestion: String? { get }