EnvironmentError
public struct EnvironmentError : Error, CustomStringConvertible, Sendable
An error indicating that the compiler’s environment is not properly configured.
-
The error’s message.
Declaration
Swift
public let description: String -
Creates an instance with given
message.Declaration
Swift
init(_ message: String)
View on GitHub