Type guard function to check if an Error is a NodeJS.ErrnoException.
NodeJS.ErrnoException
The Error object to check.
true if it's a NodeJS.ErrnoException and false otherwise.
true
false
Type guard function to check if an Error is a
NodeJS.ErrnoException.