Module base::errno

source ·

Structs

  • A system error In Unix systems, retrieved from errno (man 3 errno), set by a libc function that returned an error. On Windows, retrieved from GetLastError, set by a Windows function that returned an error

Functions

  • Returns the last errno as a Result that is always an error.

Type Definitions