Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 454 Bytes

SystemError.md

File metadata and controls

35 lines (22 loc) · 454 Bytes

Pathos API Documentation for SystemError

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.