Get system error codes and their descriptions. If a specific code is provided, returns the name, value, and description for that code. If no code is provided, returns a tibble of all system error codes.
Value
A tibble::tibble() with the name, value, and description of the system error code(s).
If one or more codes are provided, returns only the matching code(s). If no codes are found, returns NULL invisibly.
See also
ps::errno() for the underlying system error codes data.