enum DiskFileError
s5Utils13DiskFileErrorO
23J01
import Utils
case fileNotFound(URL)
case noData(String)
case decodingError(String, String, Error)
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.