Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

Method strerror()


Method strerror

string strerror(int errno)

Description

This function returns a description of an error code. The error code is usually obtained from eg Stdio.File->errno().

Note

On some platforms the string returned can be somewhat nondescriptive.