enum EncodeError
s5Utils11EncodeErrorO
9BWK7
import Utils
case couldNotEncode(String)
case couldNotDecode(Data)
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.