UnwrapError
struct UnwrapError<T> : LocalizedError
Generic error for unexpectedly nil optionals
-
File thrown from
Declaration
Swift
let file: StaticString -
Line thrown from
Declaration
Swift
let line: UInt -
Declaration
Swift
var errorDescription: String? { get }
View on GitHub
UnwrapError Structure Reference