public enum SystemError
An error returned by the OS.
- Equatable
- Error
public typealias Code
On macOS and Linux, it is aliased to Int32
. On Windows, it is UInt32
.
public init(code: Code)
case unspecified(errorCode: Code)
Unspecified error returned by the OS.