1FUNCTION::ERRNO_STR(3stap) Errno Tapset FUNCTION::ERRNO_STR(3stap)
23
4
NAME
6function::errno_str - Symbolic string associated with error code
7
SYNOPSIS
9errno_str:string(err:long)
10
ARGUMENTS
12err
13The error number received
14
DESCRIPTION
16This function returns the symbolic string associated with the giver
17error code, such as ENOENT for the number 2, or E#3333 for an
18out-of-range value such as 3333.
19
SEE ALSO
21tapset::errno(3stap)
2223
24
25
SystemTap Tapset Reference June 2018 FUNCTION::ERRNO_STR(3stap)