struct InternalError
s6Basics13InternalErrorV
5L66L
import Basics
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
init(_ description: String)
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.