table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::ERRNO_STR(3stap) | Errno Tapset | FUNCTION::ERRNO_STR(3stap) |
NAME¶
function::errno_str - Symbolic string associated with error codeSYNOPSIS¶
errno_str:string(err:long)
ARGUMENTS¶
errThe error number received
DESCRIPTION¶
This function returns the symbolic string associated with the giver error code, such as ENOENT for the number 2, or E#3333 for an out-of-range value such as 3333.SEE ALSO0¶
tapset::errno(3stap)October 2018 | SystemTap Tapset Reference |