posixError property

String? posixError
getter/setter pair

An optional value which allows the caller to over-ride the standard error returned vi sterror(errno). If not supplied then we call strerror(errno) to get the posix error description.

Implementation

String? posixError;