Enumerationfwcd.swift-utils 4.6.2Utils
NetworkError
NetworkError.swift:3enum NetworkError
enum NetworkError
import Utils
case couldNotCreateURL(URLComponents)
case invalidAddress(String, Int32)
case ioError(Error)
case missingData
case missingURL
case notUTF8(Data)
case jsonDecodingError(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.