lastError function

String lastError()

Implementation

String lastError() {
  return strerror(errno.value);
}