Getter for the global errno value.
errno
int get errno => _errno;
Setter for the global errno value.
set errno(int value) { _errno = value; }