logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::errno_str - Symbolic string associated with error code

Arguments

err
           The 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.

Name

       function::errno_str - Symbolic string associated with error code

See Also

tapset::errno(3stap)

SystemTap Tapset Reference                         April 2024                         FUNCTION::ERRNO_STR(3stap)

Synopsis

           errno_str:string(err:long)

See Also