Pathos API Documentation for SystemError

December 18, 2020 ยท View on GitHub

public enum SystemError

An error returned by the OS.

Conforms to

  • Equatable
  • Error

Nested type aliases

public typealias Code

On macOS and Linux, it is aliased to Int32. On Windows, it is UInt32.

Initializers

public init(code: Code)

Enumeration cases

case unspecified(errorCode: Code)

Unspecified error returned by the OS.