Home  Contents

rawio.strerror

Rawio Core4 Lua Event System

SYNOPSIS

#include <lua/errno.lh>
text = rawio.strerror(errno)

DESCRIPTION

Convert numerical errno code into readable text.

RETURN VALUE

A string containing the error message.

EXAMPLE

print(rawio.strerror(111))
Connection refused

SEE ALSO